imported_unknown
Active Member
- Joined
- Jan 13, 2002
- Messages
- 424
I am trying to create a staff schedule. It will finally figure the hours between start and end time, and subtract .5 hour for lunch. Now I need to add another condition for those working less than 5 hours. These should not have the .5 subtracted. This is how I was doing it so far.
=IF((24*(IF(C8>D8,D8+1-C8,D8-C8))-0.5)>0,(24*(IF(C8>D8,C8+1-C8,D8-C8))-0.5),0)
Help?
Thanks.
=IF((24*(IF(C8>D8,D8+1-C8,D8-C8))-0.5)>0,(24*(IF(C8>D8,C8+1-C8,D8-C8))-0.5),0)
Help?
Thanks.