Returns TRUE if the given value is or refers to the #N/A! (Not Available) error, and FALSE otherwise.
Syntax
Examples
|
Formula |
Result |
|
=ISNA(A2) |
TRUE |
|
=ISNA(A3) |
FALSE |
|
=ISNA(A4) |
FALSE |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions