Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I know this is simple, but I can't seem to figure it out. I need to
calculate the amount of hours and minutes worked from beginning time to end time: IN OUT TOTAL (time worked) 9:10 3:10 6:00 hrs. My is blank and I've already been playing with formulas for hours...would appreciate a formula.....THANKS |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just subtract your IN time from your OUT time. Since you're using a 12 hour
clock, make sure that the appropriate AM or PM is attached to your times, otherwise 3:10 will be treated as 3:10am. HTH, Elkar "Babs" wrote: I know this is simple, but I can't seem to figure it out. I need to calculate the amount of hours and minutes worked from beginning time to end time: IN OUT TOTAL (time worked) 9:10 3:10 6:00 hrs. My is blank and I've already been playing with formulas for hours...would appreciate a formula.....THANKS |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=OUT-IN
if the time can pass midnight =OUT-IN+(INOUT) or =MOD(OUT-IN,1) -- Regards, Peo Sjoblom http://nwexcelsolutions.com "Babs" wrote in message ... I know this is simple, but I can't seem to figure it out. I need to calculate the amount of hours and minutes worked from beginning time to end time: IN OUT TOTAL (time worked) 9:10 3:10 6:00 hrs. My is blank and I've already been playing with formulas for hours...would appreciate a formula.....THANKS |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hours and minutes display as date in formula box | Excel Discussion (Misc queries) | |||
how to calculate the hours and minutes in excel | Excel Discussion (Misc queries) | |||
Need to convert hours and minutes to hours and tenths. | Excel Discussion (Misc queries) | |||
adding rows of hours and minutes to get a total | Excel Worksheet Functions | |||
calculate average hours and minutes | Excel Worksheet Functions |