N/A Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can you prevent getting a N/A error message when using a lookup formula
if the reference cell is blank?
 
=IF(A2="","",VLOOKUP(A2,Table,2,0))

and if there is no match

=IF(A2="","",IF(ISNA(VLOOKUP(A2,Table,2,0)),"",VLOOKUP(A2,Table,2,0)))

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey
 

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

Similar Threads


Back
Top