Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
IE: Time starts at 7:00PM on one day and ends at 5:00AM the next morning.
When I do it the conventional way it calculate 14 hours when in fact its 10 hours. Any help would be greatly appreciated. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
A1: start time
B1: end time C1: =B1-A1+(A1B1) "SC_Dave" wrote: IE: Time starts at 7:00PM on one day and ends at 5:00AM the next morning. When I do it the conventional way it calculate 14 hours when in fact its 10 hours. Any help would be greatly appreciated. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Teethless mama" wrote: A1: start time B1: end time C1: =B1-A1+(A1B1) "SC_Dave" wrote: IE: Time starts at 7:00PM on one day and ends at 5:00AM the next morning. When I do it the conventional way it calculate 14 hours when in fact its 10 hours. Any help would be greatly appreciated. Thank you very much Mama. It worked great! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Another way...
=MOD(B1-A1,1) "SC_Dave" wrote: IE: Time starts at 7:00PM on one day and ends at 5:00AM the next morning. When I do it the conventional way it calculate 14 hours when in fact its 10 hours. Any help would be greatly appreciated. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Teethless mama" wrote: Another way... =MOD(B1-A1,1) "SC_Dave" wrote: IE: Time starts at 7:00PM on one day and ends at 5:00AM the next morning. When I do it the conventional way it calculate 14 hours when in fact its 10 hours. Any help would be greatly appreciated. I spoke too fast, Why am I getting #VALUE! |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Make sure time is a real excel time not a text time
ex: 7:00PM (is not a real excel time). It should be 7:00 PM "SC_Dave" wrote: "Teethless mama" wrote: Another way... =MOD(B1-A1,1) "SC_Dave" wrote: IE: Time starts at 7:00PM on one day and ends at 5:00AM the next morning. When I do it the conventional way it calculate 14 hours when in fact its 10 hours. Any help would be greatly appreciated. I spoke too fast, Why am I getting #VALUE! |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks a lot. I have it working now except for one thing. The sum of my
hours in column D is formated in Military time as is the Time In and Time Out. They are totaling fine. When I try to total the hours in D I am getting an incorrect figure. Below is what I have now. Thank you very much for your help on this. Date Time In Time Out Total Supervisor Signature / Worked With 19:00 5:00 10:00 16:00 3:00 11:00 7:00 15:00 8:00 0:00 0:00 0:00 0:00 0:00 0:00 0:00 0:00 Total Monthly Hours 1.2 "Teethless mama" wrote: Make sure time is a real excel time not a text time ex: 7:00PM (is not a real excel time). It should be 7:00 PM "SC_Dave" wrote: "Teethless mama" wrote: Another way... =MOD(B1-A1,1) "SC_Dave" wrote: IE: Time starts at 7:00PM on one day and ends at 5:00AM the next morning. When I do it the conventional way it calculate 14 hours when in fact its 10 hours. Any help would be greatly appreciated. I spoke too fast, Why am I getting #VALUE! |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Well for some reason it moved all my columns around. I am sorry to be a pain
but I really want to figure this out. Thanks for your help David "SC_Dave" wrote: Thanks a lot. I have it working now except for one thing. The sum of my hours in column D is formated in Military time as is the Time In and Time Out. They are totaling fine. When I try to total the hours in D I am getting an incorrect figure. Below is what I have now. Thank you very much for your help on this. Date Time In Time Out Total Supervisor Signature / Worked With 19:00 5:00 10:00 16:00 3:00 11:00 7:00 15:00 8:00 0:00 0:00 0:00 0:00 0:00 0:00 0:00 0:00 Total Monthly Hours 1.2 "Teethless mama" wrote: Make sure time is a real excel time not a text time ex: 7:00PM (is not a real excel time). It should be 7:00 PM "SC_Dave" wrote: "Teethless mama" wrote: Another way... =MOD(B1-A1,1) "SC_Dave" wrote: IE: Time starts at 7:00PM on one day and ends at 5:00AM the next morning. When I do it the conventional way it calculate 14 hours when in fact its 10 hours. Any help would be greatly appreciated. I spoke too fast, Why am I getting #VALUE! |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Format the cell with the total as [h]:mm, and it will change from 1.2 to
29:00. -- David Biddulph "SC_Dave" wrote in message ... Thanks a lot. I have it working now except for one thing. The sum of my hours in column D is formated in Military time as is the Time In and Time Out. They are totaling fine. When I try to total the hours in D I am getting an incorrect figure. Below is what I have now. Thank you very much for your help on this. Date Time In Time Out Total Supervisor Signature / Worked With 19:00 5:00 10:00 16:00 3:00 11:00 7:00 15:00 8:00 0:00 0:00 0:00 0:00 0:00 0:00 0:00 0:00 Total Monthly Hours 1.2 "Teethless mama" wrote: Make sure time is a real excel time not a text time ex: 7:00PM (is not a real excel time). It should be 7:00 PM "SC_Dave" wrote: "Teethless mama" wrote: Another way... =MOD(B1-A1,1) "SC_Dave" wrote: IE: Time starts at 7:00PM on one day and ends at 5:00AM the next morning. When I do it the conventional way it calculate 14 hours when in fact its 10 hours. Any help would be greatly appreciated. I spoke too fast, Why am I getting #VALUE! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding hours/minutes to Date/Times | Excel Worksheet Functions | |||
how do I calculate minutes when given two times? | Excel Worksheet Functions | |||
totaling times past 24 hours | Excel Worksheet Functions | |||
how do i calculate minutes between two times? | Excel Discussion (Misc queries) | |||
How do I convert times from hours to minutes? | Excel Discussion (Misc queries) |