Advanced Excel Logical - IFNA Function



Description

The IFNA function returns the value you specify if the formula returns the #N/A error value. Otherwise, returns the result of the formula.

Syntax

IFNA (value, value_if_na) 

Arguments

Argument Description Required/ Optional
value The argument that is checked for the #N/A error value. Required
value_if_na The value to return if the formula evaluates to the #N/A error value. Required

Notes

  • If Value or Value_if_na is an empty cell, IFNA treats it as an empty string value ("").

  • If Value is an array formula, IFNA returns an array of results for each cell in the range specified in value.

Applicability

Excel 2013, Excel 2016

Example

IFNA Function
advanced_excel_logical_functions.htm
Advertisements