How to calculate total hours scheduled in excel spreadsheet
Hi,
I am trying to create a schedule for my employees and at the same time being able to calculate (or forcast for myself) the total hours that will be worked.
e.g.
A B C D E F G H I... P
1 NAME MONDAY TUESDAY WEDNESDAY THURSDAY... TOTAL
2 IN OUT IN OUT IN OUT IN OUT
3 JOHNY 6AM 2PM 6AM 2PM 1PM 9PM OFF... =((C3-B3+(C3<B3))*24)+((E3-D3+(E3<D3))*24)+...
It works perfectly, except, when I type in OFF the formula doesn't work... it shows #VALUE!
Is there a way I can type OFF instead of the time and the formula will still calculate the total hours per week?
Thank you