ISERROR
Checks, if given value represents an error.
Syntax
=ISERROR(Value)
Arguments
Name | Type | Description |
---|---|---|
Value | Value | Value to check. |
Return
Type | Description |
---|---|
Boolean | TRUE if given value represents an error, otherwise FALSE. |
Examples
Formula | Result | Comment |
---|---|---|
| TRUE | DIV/0 error is passed by the Value argument. |