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