Hola,
A stepped over a very strange situation (for me) while using the "" value in order to leave a cell empty if the condition is True.
Assume A1 has 123 and B1 has: =IF(A1<100 then "smaller","").
The above formula returns an empty cell.
So far so good.
When I type, in C1: =IF(B1>321,"X","") it returns, to my surprise, X.
My logic, which is probably different from the Excels, says C1 should remain empty - because "" equals zero.
I tried to check: =CODE(B1) which returns: #VALUE!
>Doesn't "" has an ASCII Code?
>Doesn't it Equal zero?
>Does it equal to NULL? and if so can I check something against NULL?
Where am I wrong ?
Thanks, Al
Bookmarks