...Cell S33 - Accrue/Use CompTime
=
IF(C33="Sunday", ' If it's Sunday, there is no chance for comp time (Comp Time > 40 hours)
0,
IF(AND(C33<>"Saturday",R33="U"), ' You can't USE CompTime on Saturday (but you can accrue CompTime)
IF(ROW()-WEEKDAY(DATE($B$1,MONTH(1&$A33),B33))+7> ' If...