I'm working in an excel sheet that is for payroll. For each person it lists the amount of hours they worked for each day (Saturday - Friday). It looks like this:
Anyone who works over 8:00 hours in a day gets overtime. So using my example above, the person should get 0:12 overtime on Sunday and 1:20 overtime on Monday. I need a formula that will automatically put the 0:12 and 1:20 in Column C. I also need a formula that will add up the Time Worked and Overtime columns. Thanks in advance for any help.
Code:
Column A Column B Column C
Weekday Time Worked Overtime
Saturday 4:13 (4 hours, 13 minutes)
Sunday 8:12
Monday 9:20
Total
Anyone who works over 8:00 hours in a day gets overtime. So using my example above, the person should get 0:12 overtime on Sunday and 1:20 overtime on Monday. I need a formula that will automatically put the 0:12 and 1:20 in Column C. I also need a formula that will add up the Time Worked and Overtime columns. Thanks in advance for any help.