C
Colin Weir
Hi
I'm struggling with a formula in an excel sheet I'm working on.
I recently created a time sheet for the people in my work. One person
however get public holidays a different method from everyone else -
she only gets half a working day.
My initial formula that works fine is
=IF(OR(B12="A/L",B12="S/L",B12="P/H"),7/24,IF(B12="FLEXI",0,C12-B12-
D12))
My ammended ones is
=IF(OR(B12="A/L",B12="S/L"),7/24,IF(B12="P/H",3.5/24),IF(B12="FLEXI",
0,C12-B12-D12))
However it doesn't want to work for me.
Can anyone give me any suggestions?
Thanks
Colin
I'm struggling with a formula in an excel sheet I'm working on.
I recently created a time sheet for the people in my work. One person
however get public holidays a different method from everyone else -
she only gets half a working day.
My initial formula that works fine is
=IF(OR(B12="A/L",B12="S/L",B12="P/H"),7/24,IF(B12="FLEXI",0,C12-B12-
D12))
My ammended ones is
=IF(OR(B12="A/L",B12="S/L"),7/24,IF(B12="P/H",3.5/24),IF(B12="FLEXI",
0,C12-B12-D12))
However it doesn't want to work for me.
Can anyone give me any suggestions?
Thanks
Colin