0 Vlookup Value

T

Tufail

hello
i am using following vlookup, but when there isn't lookup value then coming
out O which i don't want !

=IF($J15="","",IF(ISNA(VLOOKUP($J15,Header3,2,)),"",VLOOKUP($J15,Header3,2,)))

thanks in advance.
 
M

Mike H

You don't say what you do want so this returns a blank the same as your ISNA
result.


=IF($J15="","",IF(ISNA(VLOOKUP($J15,Header3,2,)),"",IF(VLOOKUP(J15,Header3,2)="","",VLOOKUP(J15,Header3,2))))

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