Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I need to create two formulas. One for overtime hours worked for 8-12 hours
and then another one for overtime hours worked over 12 hours. |
#2
![]() |
|||
|
|||
![]()
Assuming that the start tgime is in A1, end time in B1,
8-12: =MIN(B1-A1-TIME(8,0,0),TIME(4,0,0)) 12+: =MAX(0,B1-A1-TIME(12,0,0)) -- HTH RP (remove nothere from the email address if mailing direct) "SumrGrl318" wrote in message ... I need to create two formulas. One for overtime hours worked for 8-12 hours and then another one for overtime hours worked over 12 hours. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem with named formula's | Excel Worksheet Functions | |||
Formulas | Excel Worksheet Functions | |||
How to make Excel run limited number of formulas on a given worksh | Excel Discussion (Misc queries) | |||
Way to make Excel only run certain formulas on a worksheet? | Excel Discussion (Misc queries) | |||
calculating formulas for all workbooks in a folder | Excel Worksheet Functions |