need look up table to return blank

Z

zetatstrat

Hello:

I have lookup table but I have cells that have zeros. What can I insert in
the lookup table so when a zero is looked up and matched It will be a
blank cell.

I have tried placing a zero and then a blank, but it returns a zero.

Thanks,

Zetastrat
 
B

Biff

Hi!

Instead of "padding" the lookup table just write your
formula to check for zero. Something like this:

=IF(VLOOKUP(A1,B:D,3,0)=0,"",VLOOKUP(A1,B:D,3,0))

Biff
 
A

Aladin Akyurek

zetatstrat said:
Hello:

I have lookup table but I have cells that have zeros. What can
insert in
the lookup table so when a zero is looked up and matched It will be
a
blank cell.

I have tried placing a zero and then a blank, but it returns a zero.

Thanks,

Zetastrat

If the lookup table is sorted on its first column, try the recip
described in my contrib in:

http://www.mrexcel.com/board2/viewtopic.php?t=11694
 

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