I am trying to define a number between several numbers as shown
=IF((C5>12),75,IF((C5>8),60,IF((C5>7),45,IF((C5.6),30,IF((C5>4),15,"0")))))
This basically says that if someone works 12 hours they get 75min of breaks if they work 8 hours or more but not 12 or more they get 60.
the formula is not working for me though. Any ideas?
Thank you again for whoever helps
=IF((C5>12),75,IF((C5>8),60,IF((C5>7),45,IF((C5.6),30,IF((C5>4),15,"0")))))
This basically says that if someone works 12 hours they get 75min of breaks if they work 8 hours or more but not 12 or more they get 60.
the formula is not working for me though. Any ideas?
Thank you again for whoever helps