X
xirx
Hi!
I want to assign some value to a cell if some condition
is fulfilled. But if the condition is not true, I want
the cell to be empty.
But if I use a formla like this...
IF(<Condition>;<value>;"")
.... the cell gets the zero-length string value, which
is *NOT* identical to an empty cell, because if I
use CRTL-<up/down-arrow> to skip to the next non-empty
cell, a cell with value "" is a non-empty cell.
So, is there a way to clear a cells value by an assigngment?
I want to assign some value to a cell if some condition
is fulfilled. But if the condition is not true, I want
the cell to be empty.
But if I use a formla like this...
IF(<Condition>;<value>;"")
.... the cell gets the zero-length string value, which
is *NOT* identical to an empty cell, because if I
use CRTL-<up/down-arrow> to skip to the next non-empty
cell, a cell with value "" is a non-empty cell.
So, is there a way to clear a cells value by an assigngment?