Returns TRUE if the given value is a number or a logical value, and FALSE otherwise.
Syntax
Examples
|
Formula |
Result |
|
=ISNUMBER(12) |
TRUE |
|
=ISNUMBER(A3) |
FALSE |
|
=ISNUMBER(A4) |
FALSE |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions