T
Tiesthatbind
Hello, if anyone can tell me where I have one wrong with this I woul
greatly appreciate the help! I need to sum total regular hrs for S>
then calculate where Saturdays hrs fall. Greater than 40 into weekl
ot, less than 40 into regular, and split Saturday's hrs into reg
(based on sum of S>F) and weekly OT. Here is my formula the proble
occurs in the 2nd IF, true part. $G$3 ( 40 hrs) - sum of L5:L10
regular hrs worked S>F ). problem when weekly reg hrs are under 32.
IF(SUM(L5:L10)>40,0,IF(SUM(L5:L10)<40,(40)-SUM(L5:L10),MIN(8,K11)))
Thank you in advance! :confused
greatly appreciate the help! I need to sum total regular hrs for S>
then calculate where Saturdays hrs fall. Greater than 40 into weekl
ot, less than 40 into regular, and split Saturday's hrs into reg
(based on sum of S>F) and weekly OT. Here is my formula the proble
occurs in the 2nd IF, true part. $G$3 ( 40 hrs) - sum of L5:L10
regular hrs worked S>F ). problem when weekly reg hrs are under 32.
IF(SUM(L5:L10)>40,0,IF(SUM(L5:L10)<40,(40)-SUM(L5:L10),MIN(8,K11)))
Thank you in advance! :confused