+ Reply to Thread
Results 1 to 3 of 3

how to ignore column (without result) in INDEX MATCH multi column

  1. #1
    Registered User
    Join Date
    05-29-2013
    Location
    Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    28

    how to ignore column (without result) in INDEX MATCH multi column

    Hello master of excel. Anyone help me?
    I make index match multi colum like in this picture here 2014-12-08_203252.png
    with formula =INDEX($A$2:$A$237;MATCH(K3&L3&M3;$B$2:$B$237&$G$2:$G$237&$H$2:$H$237;0)) , green fonts are the results that K3&L3&M3 are in database, red fonts (#N/A) are the results that K3&L3&M3 are not match with database. I ask how to ignore the not match result without fill anything ("")? so not the #N/A result.
    Here the sample example3.xlsx

    Many thanks, sir

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: how to ignore column (without result) in INDEX MATCH multi column

    =iferror(INDEX($A$2:$A$237;MATCH(K3&L3&M3;$B$2:$B$237&$G$2:$G$237&$H$2:$H$237;0));"")
    try this
    it is an array formula (Shift+Ctrl+Enter)
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Registered User
    Join Date
    05-29-2013
    Location
    Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: how to ignore column (without result) in INDEX MATCH multi column

    thanks sir, you are the real man

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Dynamic search; using column # result to determine column used for column/row match.
    By David Brunk in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-18-2014, 09:57 PM
  2. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  3. [SOLVED] compare A and C column if match my logic display result in B column
    By vengatvj in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 11-03-2013, 02:07 AM
  4. Replies: 2
    Last Post: 06-23-2011, 11:45 PM
  5. how to ignore blank in multi-column combobox
    By dlh in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-22-2010, 08:49 PM

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