Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=IFERROR(VLOOKUP(A2,B2:B6,1,FALSE),"Not found")Computed by a real spreadsheet engine on the sample data below.
| Lookup | Source |
| Alice | Alice |
| Bob | Carol |
| Zara | Bob |
| Carol | David |
| David | Eve |
=IFERROR(VLOOKUP(A2,B2:B6,1,FALSE),"Not found")→Not found
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
IFNA was introduced in Excel 2013. It is also available in all versions of Google Sheets.
Yes — wrap IFNA inside IFERROR to return one message for #N/A and a different message for all other errors.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: