Hi,
I have this formula:
=IF(AND(C1>=0;C1<5);A1;"")
It works fine for me but there is a minor setback: It calculates the empty cells as zeros.
How can I adjust it so that it won't calculate the empty cells as zeros? Only when I put a zero (0) in a cell, it should be calculated.
I have this formula:
=IF(AND(C1>=0;C1<5);A1;"")
It works fine for me but there is a minor setback: It calculates the empty cells as zeros.
How can I adjust it so that it won't calculate the empty cells as zeros? Only when I put a zero (0) in a cell, it should be calculated.