Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have a problem which I know can be sorted out easily but my mind has gone blank. I have four columns showing dates and times. Column A: Date On Column B: Time On Column C: Date Off Column D: Time Off Dates are in the format of dd/mm/yyyy and times are in the format of hh:mm. What I'm wanting to do is calculate the difference in hours between the two times. The problem I'm having is when these times carry over a day. ...........A.............B..............C......... ...D i.e. 15/08/2006 17:10 16/08/2006 01:27 The actual time difference is 8 hrs and 16 mins; but the way I have it set up gives a negative value. Any help with how to do this will be greatly appreciated -- Neil_Pattison ------------------------------------------------------------------------ Neil_Pattison's Profile: http://www.excelforum.com/member.php...o&userid=27696 View this thread: http://www.excelforum.com/showthread...hreadid=572163 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Neil_Pattison Wrote: I have a problem which I know can be sorted out easily but my mind has gone blank. I have four columns showing dates and times. Column A: Date On Column B: Time On Column C: Date Off Column D: Time Off Dates are in the format of dd/mm/yyyy and times are in the format of hh:mm. What I'm wanting to do is calculate the difference in hours between the two times. The problem I'm having is when these times carry over a day. ...........A.............B..................C..... ..............D i.e. 15/08/2006 17:10 16/08/2006 01:27 The actual time difference is 8 hrs and 16 mins; but the way I have it set up gives a negative value. Any help with how to do this will be greatly appreciated Hi Neil, format your times to [hh]:ss this takes care of times over 24 hours oldchippy :) -- oldchippy ------------------------------------------------------------------------ oldchippy's Profile: http://www.excelforum.com/member.php...o&userid=19907 View this thread: http://www.excelforum.com/showthread...hreadid=572163 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=D1+C1-B1-A1
This formula will work in your case, but it might be better to include the dates and times in one cell instead. Example A B C 15/8/2006 17:10 16/8/2006 1:27 =B1-A1 format the first two like this... mm/dd/yyyy h:mm and format the last column like this [h]:mm "Neil_Pattison" wrote: I have a problem which I know can be sorted out easily but my mind has gone blank. I have four columns showing dates and times. Column A: Date On Column B: Time On Column C: Date Off Column D: Time Off Dates are in the format of dd/mm/yyyy and times are in the format of hh:mm. What I'm wanting to do is calculate the difference in hours between the two times. The problem I'm having is when these times carry over a day. ...........A.............B..............C......... ...D i.e. 15/08/2006 17:10 16/08/2006 01:27 The actual time difference is 8 hrs and 16 mins; but the way I have it set up gives a negative value. Any help with how to do this will be greatly appreciated -- Neil_Pattison ------------------------------------------------------------------------ Neil_Pattison's Profile: http://www.excelforum.com/member.php...o&userid=27696 View this thread: http://www.excelforum.com/showthread...hreadid=572163 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mileage Claim Formula | New Users to Excel | |||
Calculate difference between 2 date and times with average | Excel Discussion (Misc queries) | |||
Is there a macro to convert times between 2 places dep. on date? | Excel Worksheet Functions | |||
search for latest date | Excel Worksheet Functions | |||
Difference between 2 times and dates | Excel Worksheet Functions |