Cells shows #NA

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

Guest

My VLOOKUP works fine how do I keep the cells from showing #NA when not in use.
 
Tankerman

Wrap it in an IF(ISNA... combination

=IF(ISNA(YourVlookup),"",YourVlookup)

or if it's only to avoid blanks then just an if

=IF(YouLookupCell="","",YourVLookip)

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
www.nickhodge.co.uk
 

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