IFNA Function
The IFNA function is one of the logical functions. It is used to check if there is an error in the formula in the first argument. The function returns the value you specify if the formula returns the #N/A error value, otherwise returns the result of the formula.
The IFNA function syntax is:
IFNA(value, value_if_na)
where
value is the argument that is checked for the #N/A error value.
value_if_na is the value to return if the formula evaluates to the #N/A error value.
The values can be entered manually or included into the cells you make reference to.
To apply the IFNA function,
- select the cell where you wish to display the result,
- click the Insert function icon situated at the top toolbar,
or right-click within a selected cell and select the Insert Function option from the menu,
or click the icon situated at the formula bar,
- select the Logical function group from the list,
- click the IFNA function,
- enter the required arguments separating them by commas,
- press the Enter button.
The result will be displayed in the selected cell.
Alla pagina precedente