Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to calculate the elapsed time between 2 dates/timestamps. For ex., I
need to get the elapsed time in hh:mm between: 8/20/2006 08:00:00 (hh:mm:ss) AND 8/21/2006 09:00:00. The answer would be 25 hours in this case. How do I do this in Excel 2000?? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=B1-A1
format cell as Custom==[h]:mm B1 = End date, A1 = Start Date "beadedbeauty" wrote: I need to calculate the elapsed time between 2 dates/timestamps. For ex., I need to get the elapsed time in hh:mm between: 8/20/2006 08:00:00 (hh:mm:ss) AND 8/21/2006 09:00:00. The answer would be 25 hours in this case. How do I do this in Excel 2000?? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you so much....I was doing a lot more and it wasn't working!!
"Toppers" wrote: =B1-A1 format cell as Custom==[h]:mm B1 = End date, A1 = Start Date "beadedbeauty" wrote: I need to calculate the elapsed time between 2 dates/timestamps. For ex., I need to get the elapsed time in hh:mm between: 8/20/2006 08:00:00 (hh:mm:ss) AND 8/21/2006 09:00:00. The answer would be 25 hours in this case. How do I do this in Excel 2000?? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Subtract the earlier from the later, and format as [h]:mm
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "beadedbeauty" wrote in message ... I need to calculate the elapsed time between 2 dates/timestamps. For ex., I need to get the elapsed time in hh:mm between: 8/20/2006 08:00:00 (hh:mm:ss) AND 8/21/2006 09:00:00. The answer would be 25 hours in this case. How do I do this in Excel 2000?? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Bob! This was exactly what I wanted!
"Bob Phillips" wrote: Subtract the earlier from the later, and format as [h]:mm -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "beadedbeauty" wrote in message ... I need to calculate the elapsed time between 2 dates/timestamps. For ex., I need to get the elapsed time in hh:mm between: 8/20/2006 08:00:00 (hh:mm:ss) AND 8/21/2006 09:00:00. The answer would be 25 hours in this case. How do I do this in Excel 2000?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate Elapsed Date and Time | Excel Worksheet Functions | |||
time sheet drop down lists | Excel Discussion (Misc queries) | |||
Calculating elapsed time | Excel Worksheet Functions | |||
Converting from time format to decimal and figuring the difference | Excel Discussion (Misc queries) | |||
show elapsed time ? | Excel Discussion (Misc queries) |