How to bring up a blank cell

L

LJ

When inserting a formula i get the N/A when the cell is empty or 0, is there
a way i can have it return it blank...

Here is the formula im using
=INDEX(Sheet1!$C$2:$C$153,MATCH(A3,Sheet1!$B$2:$B$153,FALSE),1)

Thanks for the Help
Lj
 
G

Gord Dibben

Wrap it in an IF(ISNA

=IF(ISNA(INDEX(Sheet1!$C$2:$C$153,MATCH(A3,Sheet1!$B$2:$B$153,FALSE),1)),"",INDEX(Sheet1!$C$2:$C$153,MATCH(A3,Sheet1!$B$2:$B$153,FALSE),1))



Gord Dibben MS Excel MVP
 

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


Top