Error message #N/A

  • Thread starter ISAF Media Analysis
  • Start date
I

ISAF Media Analysis

Hello,

I am using the VLOOKUP formula below. However, in the frequently get the
#N/A error in the cells. Does anyone know how I can get rid of the error
without messing up the formula? Thanks in advance.

=VLOOKUP(G4,'LINES -- DO NOT TOUCH'!$A$1:$B$44,2,FALSE)
 
M

Mike H

Hi,

=IF(ISNA(VLOOKUP(G4,'LINES -- DO NOT
TOUCH'!$A$1:$B$44,2,FALSE)),"",VLOOKUP(G4,'LINES -- DO NOT
TOUCH'!$A$1:$B$44,2,FALSE))

Mike
 
I

ISAF Media Analysis

Thanks. It worked like a charm.

Mike H said:
Hi,

=IF(ISNA(VLOOKUP(G4,'LINES -- DO NOT
TOUCH'!$A$1:$B$44,2,FALSE)),"",VLOOKUP(G4,'LINES -- DO NOT
TOUCH'!$A$1:$B$44,2,FALSE))

Mike
 
M

Mike H

Hi,

A very good point, Thanks. It would only eveluate twice if the result of the
first VLOOKUP was FALSE.

Mike
 

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

Remove #N/A Error 3
#N/A 5
VLOOKUP returning #N/A result 2
Vlookup - N/A 4
Multi Vlookup #N/A Error ! 4
#N/A Conditional Formating 2
VLOOKUP #REF error 3
VLOOKUP - 0 instead of # N/A 8

Top