Beware of #N/A from VLOOKUP
April 07, 2022 - by Bill Jelen
Problem: A few of my VLOOKUPs are giving me the #N/A error.
Strategy: This is common when you are doing VLOOKUP
. It tells you that the lookup value is not found in the first column of the table. When you encounter an #N/A error, add that item to the table (see the next topic).
Additional Details: To isolate the #N/A errors, sort your data descending (using the ZA icon). All of the #N/A errors will sort to the top.
Additional Details: If you don’t want to update the lookup table with new values, but prefer to have alternate text entered, use IFERROR
:
=IFERROR(VLOOKUP(),”Item Not Found”)
Gotcha: If you leave the #N/A errors in the data set and try to add up that column, the SUM
will be #N/A. One single #N/A causes all downline formulas to calculate as #N/A.
This article is an excerpt from Power Excel With MrExcel
Title photo by Markus Winkler on Unsplash