Hi all,
I have a spreadsheet to calculate hours with the column headings as follows:
- Start Time
- End Time
- Regular Hours
- OT Hours
- > 8 hours per day = 1.5 OT
- > 12 hours per day = 2.0 OT
- > 40 hours per week = 1.5 OT
- on the 7th consecutive work day, the first 8 hours = 1.5 OT, and 2.0 OT afterwards
I am able to get the basic formulas with no issues. It gets complicated when trying to figure out the regular hours, without displaying over 40. For example, if one worked 7 hours for 5 days straight, on the 6th day how do I display the hours
worked without going over 40. The additional hours over 40 would then be calculated in the OT column. There is also an additional factor, when one works 7 consecutive days and the pay rate changes.