Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can Excel calculate daily hours with just a cell that contains a start time
and one that contains an end time? I tried different things but they all came out with ###VALUE or ###REF and junk like that... THANKS YET AGAIN!! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
08:30 in A1
17:15 in B1 =B1-A1 in C1 gives 08:45 If the times might go over midnight, use =B1-A1+(A1B1) -- David Biddulph "ng66" wrote in message ... Can Excel calculate daily hours with just a cell that contains a start time and one that contains an end time? I tried different things but they all came out with ###VALUE or ###REF and junk like that... THANKS YET AGAIN!! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
With times entered as XL time (ie like 8:45 with a full colon)
Start time in B2 End time in C2 Hours in D2: =C2-B2 and format the cell as custom hh:mm If you SUM() the hours worked the custom format the cell as [hh]:mm which will stop the hours rolling over into days when they reach 24 -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings with @tiscali.co.uk "ng66" wrote in message ... Can Excel calculate daily hours with just a cell that contains a start time and one that contains an end time? I tried different things but they all came out with ###VALUE or ###REF and junk like that... THANKS YET AGAIN!! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
So it has to be done in military time, ie 20:15??
"Sandy Mann" wrote: With times entered as XL time (ie like 8:45 with a full colon) Start time in B2 End time in C2 Hours in D2: =C2-B2 and format the cell as custom hh:mm If you SUM() the hours worked the custom format the cell as [hh]:mm which will stop the hours rolling over into days when they reach 24 -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings with @tiscali.co.uk "ng66" wrote in message ... Can Excel calculate daily hours with just a cell that contains a start time and one that contains an end time? I tried different things but they all came out with ###VALUE or ###REF and junk like that... THANKS YET AGAIN!! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
8:15 PM will work equally well, if you prefer.
-- David Biddulph "ng66" wrote in message ... So it has to be done in military time, ie 20:15?? "Sandy Mann" wrote: With times entered as XL time (ie like 8:45 with a full colon) Start time in B2 End time in C2 Hours in D2: =C2-B2 and format the cell as custom hh:mm If you SUM() the hours worked the custom format the cell as [hh]:mm which will stop the hours rolling over into days when they reach 24 -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings with @tiscali.co.uk "ng66" wrote in message ... Can Excel calculate daily hours with just a cell that contains a start time and one that contains an end time? I tried different things but they all came out with ###VALUE or ###REF and junk like that... THANKS YET AGAIN!! |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Perfect, thanks!
"David Biddulph" wrote: 8:15 PM will work equally well, if you prefer. -- David Biddulph "ng66" wrote in message ... So it has to be done in military time, ie 20:15?? "Sandy Mann" wrote: With times entered as XL time (ie like 8:45 with a full colon) Start time in B2 End time in C2 Hours in D2: =C2-B2 and format the cell as custom hh:mm If you SUM() the hours worked the custom format the cell as [hh]:mm which will stop the hours rolling over into days when they reach 24 -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings with @tiscali.co.uk "ng66" wrote in message ... Can Excel calculate daily hours with just a cell that contains a start time and one that contains an end time? I tried different things but they all came out with ###VALUE or ###REF and junk like that... THANKS YET AGAIN!! |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What have you tried exactly ?
Steve On Thu, 25 Jan 2007 22:01:02 -0000, ng66 wrote: Can Excel calculate daily hours with just a cell that contains a start time and one that contains an end time? I tried different things but they all came out with ###VALUE or ###REF and junk like that... THANKS YET AGAIN!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Displaying negative time in excel | Excel Worksheet Functions | |||
Running Excel 2000 VBA Application on Excel 2003 | Excel Worksheet Functions | |||
How do I enter a time in excel so it does not print as 1:00:00 PM | New Users to Excel | |||
Accumulate weekly time to total time in Excel. | Excel Discussion (Misc queries) | |||
AGE CALCULATING EXCEL SPREADSHEETS AND OTHERS! | Excel Discussion (Misc queries) |