Vlookup

  • Thread starter Thread starter gordo
  • Start date Start date
G

gordo

Hi,
Can someone please help me, i am using vlookup to look at values
withing another workbook but is the cell is blank i do not want vlookup
to return the value of N/A.
I want it to return an empty cell or blank cell



Thanks

Gordon
 
=IF(ISNA(VLOOKUP(A1,[Workbook2.xls]Sheet1!$A:$B,2,FALSE)),"",VLOOKUP(A1,[Workbook2.xls]Sheet1!$A:$B,2,FALSE))
 

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

Back
Top