Vlookup.

G

GEM

If a cell is blank where the vlookup function is searching, the answer it's
returning is "0"

How can I have a blank cell instead of a 0??
 
M

Mike H

Hi,

Try this

=IF(VLOOKUP(C1,A1:B20,2,FALSE)="","",VLOOKUP(C1,A1:B20,2,FALSE))

This will still return NA# if the lookup values isn't found.

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

Top