Returns a number corresponding to the error value in a different cell.
Sample Usage
ERROR.TYPE(A3)
ERROR.TYPE(NA())
Syntax
ERROR.TYPE(reference)
-
reference- The cell to find the error number for - you can also provide the error value directly.
Notes
-
ERROR.TYPEwill return the following numbers for the corresponding error values:-
1for#NULL! -
2for#DIV/0! -
3for#VALUE! -
4for#REF! -
5for#NAME? -
6for#NUM! -
7for#N/A -
8for all other errors
-
See Also
ISNA
: Checks whether a value is the error `#N/A`.
ISERROR
: Checks whether a value is an error.
ISERR
: Checks whether a value is an error other than `#N/A`.

