Problem in time calculation with specified number

A

ad2ad79

Hi, I wana calculate the difference between two times and then the
result should be multiply with specific number, which user defines
manually. For Example:

Start Time End Time Total Time Period
Rate Amount
08:15:29Am 21:10:26Pm 12Hr, 54Min, 57Sec 5.5
(Total Time Period * Rate)


Thanks
 
D

David Biddulph

If you have entered the data as Excel times, not as text, then =B2-A2 will
be the difference in times (still in Excel time, so you can format it as
[h]:mm:ss), and if C2 is your rate per day, =(B2-A2)*C2 is your answer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top