Skip to main content

IFNA

Returns a specified value if a formula evaluates to #N/A error; otherwise returns the formula result.

CategoryLookup
SyntaxIFNA(value, value_if_na)

Parameters

ParameterRequiredDescription
valueRequiredThe expression to check for a #N/A error.
value_if_naRequiredThe value to return if the expression evaluates to #N/A.

Example

IFNA(value, range, col)

Auto-generated from the EngCanvas function registry.