Thursday 10 July 2014

Excel IFNA Function (excel 2013)

Microsoft Excel IFNA Function (excel 2013)

Basic Description

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)
The IFNA function syntax has the following arguments.
  • Value    Required. The argument that is checked for the #N/A error value.
  • Value_if_na    Required. The value to return if the formula evaluates to the #N/A error value.

Remarks

  • 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.

Example

The workbook below shows examples of this function. Inspect them, change existing formulas, or enter your own formulas to learn how the function works

No comments:

Post a Comment