Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
#N/A means "not available" — a lookup function searched for a value and found nothing that matched. It is the single most common error with VLOOKUP, XLOOKUP, and MATCH.
=VLOOKUP(D2, A:B, 2, TRUE)=VLOOKUP(D2, A:B, 2, FALSE)TRUE does an approximate match and misfires on unsorted data. FALSE forces an exact match.
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Stop hunting errors by hand.
Upload your spreadsheet and the Auditor flags every #N/A and broken formula at once — or paste this one formula and get the fix explained.
Usually a formatting mismatch (text vs number) or trailing spaces. The values look identical but are not equal. Use TRIM and make the data types match.
XLOOKUP takes a fourth argument for the not-found case. For VLOOKUP, wrap it in IFERROR or IFNA, e.g. =IFNA(VLOOKUP(...), "Not found").
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: