Related Topics:

Spreadsheet Mathematical Functions

Function Wizard Functions

ERROR.TYPE

Description: Returns the corresponding number value associated with an error type. Retruns #N/A if no error exists. You can use ERROR.TYPE in an IF function to test for an error value and return a text string, such as a message, instead of the error value.

Syntax: ERROR.TYPE(Error_val)

If Error_val is ERROR.TYPE returns
#NULL! 1
#DIV/0! 2
#VALUE! 3
#REF! 4
#NAME? 5
#NUM! 6
#N/A 7
Anything else #N/A

 

Example:

 

© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.