C
Colin Weir
Hi there
I am working on producing a time sheet for my work. I have the
following function happening in a box :
=IF(OR(B12="A/L",B12="S/L",B12="P/H",B12="FLEXI"),7/24,C12-B12-D12)
where B12 = time started, C12 = time finished and D12 = length of
unpaid breaks.
Currently if someone puts either A/L, S/L, P/H or FLEXI it will show
the value of 7.00 in the total colomn.
What I would like to happen is that is somoene inputs "FLEXI" to the
box that the value 0.00 would be shown. Reason being that tthis is
time that a staff member is owed and has to come off their total.
Hope someone can help with this.
Thanks
Colin
I am working on producing a time sheet for my work. I have the
following function happening in a box :
=IF(OR(B12="A/L",B12="S/L",B12="P/H",B12="FLEXI"),7/24,C12-B12-D12)
where B12 = time started, C12 = time finished and D12 = length of
unpaid breaks.
Currently if someone puts either A/L, S/L, P/H or FLEXI it will show
the value of 7.00 in the total colomn.
What I would like to happen is that is somoene inputs "FLEXI" to the
box that the value 0.00 would be shown. Reason being that tthis is
time that a staff member is owed and has to come off their total.
Hope someone can help with this.
Thanks
Colin