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