On a daily basis, I keep track of the hours employees work. I am trying to set up a sheet that will calculate overtime hours for any hours worked over 8 in one day, and any over 40 in the week.
I need to set up a sheet that will calculate the straight and overtime values based on how many hours are worked each day rather than manually calculating them myself.
Do you guys have any ideas on how I could do this?
I need to set up a sheet that will calculate the straight and overtime values based on how many hours are worked each day rather than manually calculating them myself.
Do you guys have any ideas on how I could do this?
Book1 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | Date | Day | Employee | Title | Hours Worked | Straight Time | Overtime | TotalHours (Week) | ||
2 | 8/8/2006 | Tuesday | Employee1 | LabAssistant | 12 | 8 | 4 | 12 | ||
3 | 8/9/2006 | Wednesday | Employee1 | LabAssistant | 12 | 8 | 4 | 24 | ||
4 | 8/10/2006 | Thursday | Employee1 | LabAssistant | 12 | 8 | 4 | 36 | ||
5 | 8/11/2006 | Friday | Employee1 | LabAssistant | 12 | 4 | 8 | 48 | ||
Sheet1 |