ISNA
Checks, if given value represents an #NA error.
Syntax
=ISNA(Value)
Arguments
| Name | Type | Description | 
|---|---|---|
| Value | Value | Value to check. | 
Return
| Type | Description | 
|---|---|
| Boolean | TRUE if given value represents an #NA error, otherwise FALSE. | 
Examples
| Formula | Result | Comment | 
|---|---|---|
 | FALSE | No #NA detected. |