Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
... A1 & B1 that holds start time and end time of work done.
C1 should work out the time between 08:00 and 17:00 D1 should work out overtime, (hours worked before 08:00 and after 17:00) If a shift cannot span midnight, the following might work: C1: =MIN(B1,TIME(17,,))-MAX(A1,TIME(8,0,)) D1: =B1-A1-C1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Work hours with overtime | Excel Discussion (Misc queries) | |||
Calculating Regular time, overtime and double time | Excel Worksheet Functions | |||
Detailed Time Sheet (overtime, comp time, vacation used) | New Users to Excel | |||
Work out overtime hours for individuals | New Users to Excel | |||
Work out overtime hours for individuals | New Users to Excel |