Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to calculate the time between start and end times. For example:
Start time would be 2:30 pm and end time would be 5:45 pm. Then I want to take that value and multiply it by 13. Any help is greatly appreciated -- CLG |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=(End_start)*24*13
=(B1-A1)*24*13 format as number or currency, I assume you have some sort hourly rate/wage -- Regards, Peo Sjoblom "Legal Learning" wrote in message ... I want to calculate the time between start and end times. For example: Start time would be 2:30 pm and end time would be 5:45 pm. Then I want to take that value and multiply it by 13. Any help is greatly appreciated -- CLG |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks so much Peo. I was missing the *24 and should have realized that as
it is considered 24 hours in my day! -- CLG "Peo Sjoblom" wrote: =(End_start)*24*13 =(B1-A1)*24*13 format as number or currency, I assume you have some sort hourly rate/wage -- Regards, Peo Sjoblom "Legal Learning" wrote in message ... I want to calculate the time between start and end times. For example: Start time would be 2:30 pm and end time would be 5:45 pm. Then I want to take that value and multiply it by 13. Any help is greatly appreciated -- CLG |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Subtract the smaller time from the larger time and then multiply by 13.
=(a2-a1)*13 You may want to apply a custom format: [hh]:mm:ss Legal Learning wrote: I want to calculate the time between start and end times. For example: Start time would be 2:30 pm and end time would be 5:45 pm. Then I want to take that value and multiply it by 13. Any help is greatly appreciated -- CLG -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate Ending time using Start Time and Elapsed Time | Excel Worksheet Functions | |||
EXCEL 2003 Dates & elapsed time | Excel Discussion (Misc queries) | |||
Calculate Elapsed Date and Time | Excel Worksheet Functions | |||
calculate elapsed time between dates and times | Excel Worksheet Functions | |||
Ref: Formula to calculate elapsed time between certain dates and t | Excel Discussion (Misc queries) |