Vlookup Update

C

Canon

Excel 2007
=VLOOKUP(C9,Sheet3!$A$2:$F$47,2,FALSE)
When using the above formula, if one of the cells in my table array is
blank, I would like the resulting cell to remain blank - not show a 0 as it
does now.
Also, when I change a name in my table, it does not update in my drop down
list?
 
M

Mike H

Hi,

Try this

=IF(COUNTIF(Sheet3!$A$2:$A$47,C9)>0,VLOOKUP(C9,Sheet3!$A$2:$F$47,2,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

Top