ReferenceFunctionsInformation Functions
ISERR
ISERR: Returns TRUE for any error except `#N/A`.
Summary
Returns TRUE for any error except #N/A.
Remarks
#N/Aspecifically returns FALSE.- Other errors such as
#DIV/0!or#VALUE!return TRUE. - Non-error values return FALSE.
Examples
DIV/0 is an error excluding N/A
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
true
N/A is excluded
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
false
Related functions
FAQ
What is the difference between ISERR and ISERROR?
ISERR excludes #N/A, while ISERROR treats #N/A as an error too.
Runtime metadata
Category
Information
Signature
ISERR(arg1: Any)Arity
min 1, max 1
Arguments
arg1Any · Scalar
Caps
PURE
Source