ISERR
Returns TRUE if given value represents an error, except #NA.
Syntax
=ISERR(Value)
Arguments
| Name | Description | 
|---|---|
| Value | Value to check. | 
Return
TRUE if given value represents an error, except #NA, otherwise FALSE.
Examples
| Formula | Result | Comment | 
|---|---|---|
 | FALSE | In B3 is no error value. |