VLOOKUP returns #N/A

  • Thread starter Thread starter shannon c
  • Start date Start date
S

shannon c

The Data sheet contains a column with numeric values. The lookup table
deliberately does not contain all of the values found in the Data
sheet. When the formula
=VLOOKUP(I6,Fire,2,FALSE)
is applied the result is #N/A when the value in I6 is not found in
"Fire" lookup.
Is there a way to have the result display as a blank cell instead of
#N/A when this condition occurrs.

Thanks in anticipation.
 
Works like a charm - thanks Max.

I was playing around with the "ISNA" solution but couldn't quite get
the sequence right.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

VLOOKUP Formulas 3
Help with an IF Formula 5
VLOOKUP 4
Vlookups to return a N/A value 3
Excel vba code to match duplicates 4
vlookup performs inconsistently with decimals in lookup value form 2
VLOOKUP 1
VLOOKUP returns #N/A 9

Back
Top