J
Joe
I have a sheet that recaps hours of service. But the rules have changed and
I cant figure how to do this now
B10 thru 41 = day of month
1 - 31
C10 thru 41 = hours worked that day
entered manually
D10 thru 41 = total hours on duty in the last 7 days
=IF(AND(ISBLANK(C10)),"",(F10-C3))
E10 thru 41 = available hours
=IF(AND(ISBLANK(C10)),"",(70-D10))
F10 thru 41 = total on duty in last 8 days
=IF(AND(ISBLANK(C10)),"",(C10+D9))
what I need is a way that when there are 34 or more hours off duty to reset
the available hours back to 70. and restart the count from 70. It should
also restart the on duty (D10 - 41) and on duty (F10 - 41) as well.
I can add another column or two to the if need be to get this
Thanx Joe
I cant figure how to do this now
B10 thru 41 = day of month
1 - 31
C10 thru 41 = hours worked that day
entered manually
D10 thru 41 = total hours on duty in the last 7 days
=IF(AND(ISBLANK(C10)),"",(F10-C3))
E10 thru 41 = available hours
=IF(AND(ISBLANK(C10)),"",(70-D10))
F10 thru 41 = total on duty in last 8 days
=IF(AND(ISBLANK(C10)),"",(C10+D9))
what I need is a way that when there are 34 or more hours off duty to reset
the available hours back to 70. and restart the count from 70. It should
also restart the on duty (D10 - 41) and on duty (F10 - 41) as well.
I can add another column or two to the if need be to get this
Thanx Joe