IFERROR can gracefully catch any error and return an alternative result .

Trapping the #N/A error with IFNA

TheIFNA functioncan also trap and handle #N/A errors specifically.

The IFERROR function, on the other hand, will catch any error.

Excel formula: How to fix the #N/A error

For example, even if you spell VLOOKUP incorrectly, IFERROR will return “Not found”.

Based on the example above, the formula in F5 would be:

Read and MATCH.

error

How to fix the #REF!

Excel formula: How to fix the #DIV/0! error

error

How to fix the #NAME?

error

How to fix the #VALUE!

error

How to fix the #NUM!

Excel formula: How to fix the #REF! error

error

How to fix the #NULL!

error

How to fix the #CALC!

IFERROR is an elegant way to trap and manage errors without using more complicated nested IF statements.

Excel formula: How to fix the #NAME? error

MATCH supports approximate and exact matching, andwildcards(* ?)

Often, MATCH is combined with the…

Excel formula error codes

Excel formula: How to fix the #VALUE! error

Excel formula: How to fix the #NUM! error

Excel formula: How to fix the #NULL! error

Excel formula: How to fix the #### (hashtag) error

Excel formula: How to fix the #SPILL! error

Excel formula: How to fix the #CALC! error

Excel VLOOKUP function

Excel IFERROR function

Excel MATCH function

Article image