Syntax

IFERROR(value,value_if_error)

Value     is the argument that is checked for an error.

Value_if_error     is the value to return if the formula evaluates to an error. The following error types are evaluated: #N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!.

Remarks

Syntax

ERROR.TYPE(error_val)

The ERROR.TYPE function syntax has the following arguments:

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