+ Reply to Thread
Results 1 to 3 of 3

Lookup from multiple rows and columns

  1. #1
    Registered User
    Join Date
    03-15-2012
    Location
    Jefferson City, Missouri
    MS-Off Ver
    Excel 2010
    Posts
    31

    Lookup from multiple rows and columns

    I’m using MS Excel 2010

    Here’s what I’m trying to do:

    IF Team Name (A4) matches Team Name on (worksheet Teams)Teams!C2:R2, then return Players 1,2,3 & 4 for that Team.

    Here is what I tried, but it’s not returning the correct answers I’m looking for:

    =LOOKUP(A4,Teams!$C$2:$R$2,Teams!$C$4:$R$4)&", "&LOOKUP(A4,Teams!$C$2:$R$2,Teams!$C$5:$R$5)&", "&LOOKUP(A4,Teams!$C$2:$R$2,Teams!$C$6:$R$6)&", "&LOOKUP(A4,Teams!$C$2:$R$2,Teams!$C$7:$R$7)


    This is my first time posting. Your help would be appreciated!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,077

    Re: Lookup from multiple rows and columns

    Try

    in 4Man_Bracket_1
    in B4

    =INDEX(Teams!$C$2:$R$7,3,MATCH(A4,Teams!$C$2:$R$2,FALSE))&", "&INDEX(Teams!$C$2:$R$7,4,MATCH(A4,Teams!$C$2:$R$2,FALSE))&", "&INDEX(Teams!$C$2:$R$7,5,MATCH(A4,Teams!$C$2:$R$2,FALSE))&", "&INDEX(Teams!$C$2:$R$7,6,MATCH(A4,Teams!$C$2:$R$2,FALSE))

    copy it down

    Note you want it copied to B4 B6 B8 etc only the even numbers not a straight copy down the column
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    03-15-2012
    Location
    Jefferson City, Missouri
    MS-Off Ver
    Excel 2010
    Posts
    31

    Re: Lookup from multiple rows and columns

    Thank you. Works perfectly!

+ 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