+ Reply to Thread
Results 1 to 3 of 3

Index Match: Show blank instead of #NA for no match

  1. #1
    Registered User
    Join Date
    02-20-2009
    Location
    Mineral, VA
    MS-Off Ver
    Excel 2003
    Posts
    73

    Index Match: Show blank instead of #NA for no match

    Excel 2003

    How can I modify the following formula to show a blank instead of #NA when no match is found?

    Please Login or Register  to view this content.
    Last edited by cedarhill; 06-20-2011 at 03:21 PM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Index Match: Show blank instead of #NA for no match

    Try this version

    =IF(D2="","",IF(ISNA(MATCH(Control!$H2,Master!$A$2:$A$601,0)),"",INDEX(Master!$E$2:$E$601,MATCH(Control!$H2,Master!$A$2:$A$601,0))))
    Audere est facere

  3. #3
    Registered User
    Join Date
    02-20-2009
    Location
    Mineral, VA
    MS-Off Ver
    Excel 2003
    Posts
    73

    Re: Index Match: Show blank instead of #NA for no match

    Thank you very much!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1