Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I need to calculate the difference in hours between two dates and times. For
example the difference in hours between 11:25 on 23/07/2004 and 18:00 on 06/08/2004? The dates and times have already been determined by the start and end of a particular event. Thanks, |
#2
![]() |
|||
|
|||
![]()
Let's say the 23/07/2004 date is in A1 and the 06/08/2004 date is in B1
C1 =(B1-A1)*24 gets time in hours. Ensure that C1 is formatted to say NUMBER with 2 decimal places. "Robin CSM002" wrote: I need to calculate the difference in hours between two dates and times. For example the difference in hours between 11:25 on 23/07/2004 and 18:00 on 06/08/2004? The dates and times have already been determined by the start and end of a particular event. Thanks, |
#3
![]() |
|||
|
|||
![]()
One way:
=ROUND((A2-A1)*24,0) where A1 has your start date/time and A2 has your end date/time. Since XL stores times as fractional days, multiplying integral plus fractional days by 24 gives hours. In article , Robin CSM002 <Robin wrote: I need to calculate the difference in hours between two dates and times. For example the difference in hours between 11:25 on 23/07/2004 and 18:00 on 06/08/2004? The dates and times have already been determined by the start and end of a particular event. Thanks, |
#4
![]() |
|||
|
|||
![]()
Calculating Duration Between Two Dates and Times in Excel
Sure, calculating the duration between two dates and times in Excel is easy. You can use the built-in function called "DATEDIF" to calculate the difference between two dates in various units, including hours. Here's how you can do it:
That's it! You should now have the duration in hours between the two dates and times.
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I calculate a value based on dates? | Excel Discussion (Misc queries) | |||
Calculate numbers between 2 dates | Excel Discussion (Misc queries) | |||
formula to calculate # of days between dates, excluding holidays | Excel Discussion (Misc queries) | |||
how do I calculate the days between dates? | Excel Discussion (Misc queries) | |||
calculate with dates before 1-1-1900 | Excel Worksheet Functions |