S
Suomi-finland
Version: 2008 Operating System: Mac OS X 10.6 (Snow Leopard) Processor: Intel Hi:
I need some helps with this function, please!!!
I have this shift: 5:00-17:00 so if I do 17:00-5:00 I have 12:00 hours shift.
Now I need to calculate the lunch brakes: if the shift is 7-10 hours you have 30 min break, and if the shift is over 10 hours, 1 hour break. So I create this function:
=IF(I2>=11;1;IF(I2>=7;0,3;0))
But i need the result expressed in hours. If the cell have the format as "number" work perfectly, but if i change the cell format in "hour" doesn't work. What I do wrong? Could you please give any help about.
Thank you very much
I need some helps with this function, please!!!
I have this shift: 5:00-17:00 so if I do 17:00-5:00 I have 12:00 hours shift.
Now I need to calculate the lunch brakes: if the shift is 7-10 hours you have 30 min break, and if the shift is over 10 hours, 1 hour break. So I create this function:
=IF(I2>=11;1;IF(I2>=7;0,3;0))
But i need the result expressed in hours. If the cell have the format as "number" work perfectly, but if i change the cell format in "hour" doesn't work. What I do wrong? Could you please give any help about.
Thank you very much