ShannaBanana
New Member
- Joined
- Jan 7, 2017
- Messages
- 8
Was hoping someone could help me?
I need to calculate all possible shifts with an automatic deduction of 30 min lunch time when the employee works 6 or more hours.
I have this formula so far:
Time in: A1
Time Out: B1
Total Hours: C1
A1 and B1 formated 1:30 PM
C1 formated 13:30
Formula: =IF(B1<A1, B1+1,B1)-A1
Now I just need to auto deduct 30 minutes for employees working 6 hours or more? Can anyone help with this last step?
I need to calculate all possible shifts with an automatic deduction of 30 min lunch time when the employee works 6 or more hours.
I have this formula so far:
Time in: A1
Time Out: B1
Total Hours: C1
A1 and B1 formated 1:30 PM
C1 formated 13:30
Formula: =IF(B1<A1, B1+1,B1)-A1
Now I just need to auto deduct 30 minutes for employees working 6 hours or more? Can anyone help with this last step?