B
Barb
Can anyone tell me why this formula will not return a
blank cell?
=IF(AND(J22>19),-10,IF(AND(J22<20,J22>15),0,IF(AND
(J22<16,J22>9),5,IF(AND(J22<10,J22>=0),10,""))))
I've also tried IF(ISBLANK(J22),"" but that doesn't work
either. I've used this in other formulas in this worksheet
with no problem, but this is the only formula where one of
the conditions actually returns a value of 0. It's when I
then try to clear that 0 from the cell that the blank
condition does not work.
Thanks.
blank cell?
=IF(AND(J22>19),-10,IF(AND(J22<20,J22>15),0,IF(AND
(J22<16,J22>9),5,IF(AND(J22<10,J22>=0),10,""))))
I've also tried IF(ISBLANK(J22),"" but that doesn't work
either. I've used this in other formulas in this worksheet
with no problem, but this is the only formula where one of
the conditions actually returns a value of 0. It's when I
then try to clear that 0 from the cell that the blank
condition does not work.
Thanks.