C
Col
Hi all,
Is it possible to use hours and minutes (hh:mm) as the parameters in an IF
statement.
Regarding the formula below;
=IF(ISBLANK(E20),"",IF(E13<9,"Rest",IF(E13<11,1,"OK")))
The values in cell E13 is in hh:mm format, and as such the formula doesn't
compute.
I've tried changing the number 9 and 11 in the example above to
09:00
00:09:00
#09:00#
"09:00"
Without any success.
Can anyone please help me out with the correct syntax or suggest an
alternative - note I cannot change the cell format from hh:mm
Thank you,
Colin.
Is it possible to use hours and minutes (hh:mm) as the parameters in an IF
statement.
Regarding the formula below;
=IF(ISBLANK(E20),"",IF(E13<9,"Rest",IF(E13<11,1,"OK")))
The values in cell E13 is in hh:mm format, and as such the formula doesn't
compute.
I've tried changing the number 9 and 11 in the example above to
09:00
00:09:00
#09:00#
"09:00"
Without any success.
Can anyone please help me out with the correct syntax or suggest an
alternative - note I cannot change the cell format from hh:mm
Thank you,
Colin.