Index & Match - Black Cells

  • Thread starter Thread starter lindsey1975
  • Start date Start date
L

lindsey1975

Hi

Can anyone tell me how to leave a cell blank when using Index and
Match

This is the formula I am using


=INDEX(Jan!$A$2:$C$215,MATCH(A11,Jan!$A$2:$A$215,0),2)

Any help would be most appreciated
 
If you mean a blank looking cell when the formula fails then try:

=IF(ISNA(INDEX(Jan!$A$2:$C$215,MATCH(A11,Jan!$A$2:$A$215,0),2)),"",INDEX(Jan!$A$2:$C$215,MATCH(A11,Jan!$A$2:$A$215,0),2))

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
(e-mail address removed) with @tiscali.co.uk
 
Just glad that it worked for you. Thanks for the feedback

--

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
(e-mail address removed) with @tiscali.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

Similar Threads

Index/match across multiple columns? 19
Index/Match vs VLookup? 4
Index/Match Cell Limitation? 3
hiding an error value, using INDEX/MATCH 3
Indexing 5
Index of Max Cell 7
more re index and match 6
Index formula 3

Back
Top