blank space

  • Thread starter Thread starter by1612
  • Start date Start date
B

by1612

I am an excel novice, developing price lists to use for my invoices
p.o.s, inventories, etc. In my look-up formulas, how can I have unuse
spaces return a blank space instead of #N/A?

I realize this question is sub-basic, but my need to know ha
outweighed my embarrassment in asking. :confused
 
One way

=IF(ISNA(MATCH(A1,$B$2:$B$50,0)),"",VLOOKUP(A1,$B$2:$C$50,2,0))
 

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