Always Pair VLOOKUP with ISNA (or IFERROR)
The Problem VLOOKUP returns a #N/A error when the lookup value isn't found. =VLOOKUP(A2, ProductMaster!A:B, 2, FALSE) If the value in A2 doesn't exist…
Tech news from the best sources
The Problem VLOOKUP returns a #N/A error when the lookup value isn't found. =VLOOKUP(A2, ProductMaster!A:B, 2, FALSE) If the value in A2 doesn't exist…