Returns the result of the first value if there is no #N/A error found, and returns the specified value_if_na, otherwise.
Syntax
value: The value to test. E.g. VLOOKUP(-0.62;A1:B7;2)
Examples
|
Formula
|
Result
|
|
=IFNA(VLOOKUP(-0.62;A1:B7;2);"Value not found")
|
Value not found
|
Possible Errors
|
Errors
|
Meaning
|
|
#N/A!
|
|
|
#NAME!
|
|
|
#VALUE!
|
|
|
#REF!
|
|
Similar Functions