A
avian2
Is it possible to use the IF function without an else clause?
I have a cells that automatically update for an external source, I'd
like to validate that the value is a number before passing it on via
DDE.
I.e.
A1 = 100
B1 = IF(ISNUMBER(A1),A1,do nothing)
I have a cells that automatically update for an external source, I'd
like to validate that the value is a number before passing it on via
DDE.
I.e.
A1 = 100
B1 = IF(ISNUMBER(A1),A1,do nothing)