R
Retsailor
I am trying to work a timecard that figures time for someone that works over
night. The following formula only seems to work for the day shift.
=IF(E10-D10+G10-F10<=0,0,E10-D10+G10-F10)
I need this to know that 8 hours is the normal and anything ove 8 is
overtime. Any help will be greatly appreciated.
night. The following formula only seems to work for the day shift.
=IF(E10-D10+G10-F10<=0,0,E10-D10+G10-F10)
I need this to know that 8 hours is the normal and anything ove 8 is
overtime. Any help will be greatly appreciated.