+ Reply to Thread
Results 1 to 10 of 10

Index Match multiple columns

  1. #1
    Registered User
    Join Date
    11-14-2012
    Location
    London, UK
    MS-Off Ver
    Excel 2003
    Posts
    55

    Index Match multiple columns

    I am trying to find data from columns A:E in Master and transfer the unique row information from columns F:I to other spreadsheets.

    I've tried using Match/Index function just on columns A:E so far but I cannot get it to work.

    =INDEX('Schedule of Works'!A$3:F$27,MATCH($A$1,Master'!E$3:E$27,0))
    Attached Files Attached Files

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: Index Match multiple columns

    What results are you expecting?
    If posting code please use code tags, see here.

  3. #3
    Registered User
    Join Date
    11-14-2012
    Location
    London, UK
    MS-Off Ver
    Excel 2003
    Posts
    55

    Re: Index Match multiple columns

    Apologies the formula should read

    =INDEX(MASTER!A$3:F$27,MATCH($A$1,MASTER!F$3:F$27,0))

    On tab C60 I expect to see the following values from 'Master'F3:F26

    1
    1.1
    1.2
    1.3

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

    Re: Index Match multiple columns

    Try this "array formula" in A3

    =INDEX(MASTER!F$3:F$27,SMALL(IF(MASTER!A$3:E$27=A$1,ROW(MASTER!A$3:E$27)-ROW(MASTER!A$3)+1),ROWS(A$3:A3)))

    confirmed with CTRL+SHIFT+ENTER and copied down the column
    Audere est facere

  5. #5
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Index Match multiple columns

    Try this ARRAY(CONFIRM USING CONTROL+SHIFT+ENTER-NOT JUST ENTER) FORMULA.

    Please Login or Register  to view this content.
    Copy down.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Index Match multiple columns

    Bravo33, you have now posted this question under 3 different threads
    http://www.excelforum.com/excel-new-...-formulas.html (already closed)
    http://www.excelforum.com/excel-form...e-columns.html
    http://www.excelforum.com/excel-form...a-to-tabs.html

    I am going to close the other 1, please continue your thread here and refrain from repeat thread posting. thanks
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  7. #7
    Registered User
    Join Date
    11-14-2012
    Location
    London, UK
    MS-Off Ver
    Excel 2003
    Posts
    55

    Re: Index Match multiple columns

    FDibbins

    Apologies, I mistakenly thought the other threads were closed.

    Thanks for sorting. Regards

  8. #8
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Index Match multiple columns

    Quote Originally Posted by Bravo33 View Post
    FDibbins

    Apologies, I mistakenly thought the other threads were closed.

    Thanks for sorting. Regards
    If anyone believes that.....

  9. #9
    Registered User
    Join Date
    11-14-2012
    Location
    London, UK
    MS-Off Ver
    Excel 2003
    Posts
    55

    Re: Index Match multiple columns

    daddylonglegs/Fotis1991

    Thanks for resolving, appreciated!

  10. #10
    Registered User
    Join Date
    01-11-2013
    Location
    Houston, TX
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Index Match multiple columns

    @Pepe Le Mokko:

    Sometimes people do make mistakes and these threads can be confusing if they are a newbie.

    Besides...did your comment help resolve the question being asked...not really.

    Have a wonderful day and be positive!

+ 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