ReferenceFunctionsInformation Functions
ISERROR
ISERROR: Returns TRUE for any error value.
Summary
Returns TRUE for any error value.
Remarks
- Matches all error kinds, including
#N/A. - Non-error values always return FALSE.
- Arity mismatch returns
#VALUE!.
Examples
Division error
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
true
Normal value
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
false
Related functions
FAQ
Does ISERROR include #N/A?
Yes. ISERROR returns TRUE for all error kinds, including #N/A.
Runtime metadata
Category
Information
Signature
ISERROR(arg1: Any)Arity
min 1, max 1
Arguments
arg1Any · Scalar
Caps
PURE
Source