Returns the specified value unless it is the #N/A error value, in which case returns the specified alternative value.
Syntax
Copy Code
|
|---|
IFNA( Any value, Any alternative ) → Any |
Formula
Copy Code
|
|---|
=IFNA(VLOOKUP("Apples",A1:B10,5),"Not found") |