The ISNA function is one of the information functions. It is used to check for a #N/A error. If the cell contains a #N/A error value, the function returns TRUE, otherwise the function returns FALSE.
Syntax
ISNA(value)
The ISNA function has the following argument:
Argument | Description |
---|
value | The value that you want to test. The value can be an empty cell, error, logical value, text, number, reference value, or a name referring to any of these. |
Notes
How to apply the ISNA function.
Examples
The figure below displays the result returned by the ISNA function.
