Hi,
I have a calculated field that calculates how many hours an employee has been working.
The formula is:
=IF([Time Out]="","0",TEXT([Time Out]-[Time In],"h"))
I'd like to add 2 conditions to it; I could do this in separate columns but I'd like to have it as one formula.
Basically, I need to deduct breaks time so IF Hours per Shift < 11.5 then -0.5h and IF Hours per Shift > 11.5 then -1.5h
How I can put in in one formula?
Thank you.
Slawek