Hello,
I am trying to do the following
If an employee works more than 7hrs., any time more than 7 hrs is banked
So i would have another column with the banked time
=if(g10>7,g10-7,0)
if the employee worked less than 7hrs and had some banked hrs, then add the banked hrs to the time to get seven or as close as possible, because maybe there is not enough banked hrs yet to hit 7
any ideas?
Bookmarks