EXCEL IFNA FUNCTION

If the formula returns #N/A, this function returns the value you provide; otherwise, it returns the formula’s result. In Excel 2013, this function was introduced.

Syntax:

=IFNA(value, value_if_na)

Parameter list:

  • The formula that is examined for the #N/A error value is called value.
  • If the formula evaluates to the #N/A error value, value if na is the value to return.

Step By Step Guide of IFNA Function

For example,

  • In this formula =IFNA(VLOOKUP(“Richa”,$A$5:$B$10,0),“Not found”),
  • if the name “Richa” does not exist in the lookup table, the #N/A error will be returned, and the IFNA function will return Not Found, as indicated at the end of the calculation.
  • IFNA considers an empty cell (Value or Value_if_na) as an empty string value (“”).
  • IFNA produces an array of results for each cell in the range specified in value if Value is an array formula.

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