EXCEL ISERROR FUNCTION

This function examines any error values (#N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!) and returns TRUE or FALSE as a logical value.

Syntax:

=ISERROR (value)

Parameter list:

  • value – the value that will be checked for errors.

Step By Step Guide of ISERROR Function

  • In contrast to ISERR, which returns TRUE on all errors except #N/A, ISERROR returns TRUE on any error. Make sure you are calling the right number.
  • In conditional statements, this function is most commonly used in combination with IF.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now