ERROR.TYPE

ERROR.TYPE the type of error

Synopsis

ERROR.TYPE(error)

Arguments

error: an error

Description

ERROR.TYPE returns an error number corresponding to the given error value. The error numbers for error values are:

#DIV/0! 2

#VALUE! 3

#REF! 4

#NAME? 5

#NUM! 6

#N/A 7

Microsoft Excel Compatibility

This function is Excel compatible.

See also

ISERROR.