Time Calculations

B

Bob Phillips

E5: =IF(B5<C5,MIN(C5,1800)-MAX(B5,600),1800-B5)
F5:=IF(B5<C5,MAX(C5-1800,0),600)
G5:=MAX(0,600-B5)+IF(B5<C5,0,C5-0)

I have accounted for the break as you give no indication in what period it
was taken.
 
Top