ERROR.TYPE
Error Information Functions
Basic Description
The Excel Error.Type function receives an error value and returns an integer, that tells you the type of the supplied error.
The syntax of the function is:
Where the supplied error_val is a value or a reference to a cell containing a value, that you want to return the error type of.
The integers returned by the Excel Error.Type function, and their corresponding error types are listed in the table below :
1 | - | #NULL! |
2 | - | #DIV/0! |
3 | - | #VALUE! |
4 | - | #REF! |
5 | - | #NAME? |
6 | - | #NUM! |
7 | - | #N/A |
#N/A | - | Anything else |
See the Excel Formula Error page for more information on each of these error types.
Error.Type Function Examples
The following spreadsheets show four examples of the Error.Type function. The formulas are shown in the spreadsheet on the left and the results are shown in the spreadsheet on the right.
Formulas:
|
Results:
|
Note that the last example, in cell B4, tests the contents of cell A4, which is not an error. Therefore, the Error.Type function returns an error message of its own - the #N/A error.