VLOOKUP Problem

A

andyp161

Hi,

When using VLOOKUP, if a Lookup value is found but the column specifie
is empty, VLOOKUP returns a 0. I am currently using IFISERROR in orde
to prevent error returns where lookup values are not found, but i
there something that I can add to the formula so that 0s are no
returned when the lookup value is found but the specified column i
empty?

Kind regards

And
 
F

Frank Kabel

Hi
try a formula such as the following:
=IF(ISNA(VLOOKUP(...)),"",IF(VLOOKUP(...)=0,"",VLOOKUP(...)))

Note: If you have many of these formlas this may slow down your file
 

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