I want to calculate work hours, but separate hours over 8 (for overtime, obviously) to be put into a separate cell.
But I also need to account for -30 minutes for break time.
And, the -30 is only accounted for of shifts of 6 hours or more.
so:
8 hour shift = 7.5 hours
10 hour shift = |7.5 hours| -- |2.5 hours ot|
And I'm going to have that calculation running for a weeks' pay period, in this case 14 cells.
So far I can find the difference with
=HOUR(A2-A1)
Thank you so much for the help.
Bookmarks