iserror
Test whether a value is any error.
Syntax
Section titled “Syntax”v = iserror(value)Description
Section titled “Description”Returns true if value is any error type — #N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, #NULL!. Use iferror(...) (in Logical category) for error-handling expressions.
Example
Section titled “Example”iserror(1/0) % 1