+ Reply to Thread
Results 1 to 3 of 3

Index Match Formula to include Matches from one cell or other(s) please

  1. #1
    Registered User
    Join Date
    10-15-2013
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    37

    Index Match Formula to include Matches from one cell or other(s) please

    I have the following formula in A1 Sheet1

    =INDEX('Sheet2'!$A$2:$A$200,MATCH(C2,'Sheet2'!$E$2:$E$200,0))

    With someones help I'd like to expand the Formula so that it considers also Matches down additional Columns of Sheet2 please?

    For instance if a Match wasn't down column E of Sheet2, the Formula returns #N/A, but there maybe an alternative spelling down column F, G, or H of Sheet2?

    So, all Columns do not have to Match, just the contents of one of them, be it E, F, G, H etc.

    Thank you

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,726

    Re: Index Match Formula to include Matches from one cell or other(s) please

    Try it like this:

    =IFERROR(INDEX('Sheet2'!$A$2:$A$200,IFERROR(MATCH(C2,'Sheet2'!$E$2:$E$200,0),IFERROR(MATCH(C2,'Sheet2'!$F$2:$F$200,0),IFERROR(MATCH(C2,'Sheet2'!$G$2:$G$200,0),MATCH(C2,'Sheet2'!$H$2:$H$200,0))))),"")

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    10-15-2013
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    37

    Re: Index Match Formula to include Matches from one cell or other(s) please

    Thank You Pete, much appreciated.

    Kind regards

    Pete!

+ 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. Replies: 2
    Last Post: 08-26-2014, 11:00 PM
  2. [SOLVED] Need help with Index IF Match Formula. Returning Room Number that Matches the Hours Used
    By KattieSpencer in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-25-2014, 12:22 PM
  3. Need Advice on Formula Index+Match (Multiple Matches) + IF
    By cychua in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-05-2013, 05:08 AM
  4. Replies: 6
    Last Post: 04-12-2013, 05:50 AM
  5. [SOLVED] INDEX MATCH array formula that matches substring n gives multiple matches
    By bkwins in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-12-2013, 04:57 AM
  6. Replies: 4
    Last Post: 07-18-2012, 02:34 PM
  7. Index match formula tweeking to include sumif
    By MZing81 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-28-2012, 01:14 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