M
Mat
Greetings
....for example, I am trying to get cell A1 to return a particular value if
cell A3 is blank using the ISBLANK formula in A1
=IF(ISBLANK(A3),"blank","full")
However, cell A3 in turn is linked to another IF statement, returning a
value of " " if a condition is true to blank the cell out. This seems to
have the effect that Excel determines the cell as not being blank, and
therefore the initial ISBLANK returns a false.
Any ideas? Essentially I am asking how to make Excel see a cell as blank,
I've always used " " to display a blank entry in a cell.
Thanks.
....for example, I am trying to get cell A1 to return a particular value if
cell A3 is blank using the ISBLANK formula in A1
=IF(ISBLANK(A3),"blank","full")
However, cell A3 in turn is linked to another IF statement, returning a
value of " " if a condition is true to blank the cell out. This seems to
have the effect that Excel determines the cell as not being blank, and
therefore the initial ISBLANK returns a false.
Any ideas? Essentially I am asking how to make Excel see a cell as blank,
I've always used " " to display a blank entry in a cell.
Thanks.