+ Reply to Thread
Results 1 to 6 of 6

Lookup, match , list names

  1. #1
    Forum Contributor
    Join Date
    07-16-2008
    Location
    Toronto
    MS-Off Ver
    2010
    Posts
    106

    Lookup, match , list names

    Say Hey!

    I need some assistance on creating a formula that will Match "W1 Sheet" Team number look this number under Schedule Sheet then list names under "W1 Sheet".

    I have added a simple sheet.

    Thanks Ahead
    Attached Files Attached Files
    Last edited by Killer17; 06-20-2009 at 12:05 AM.

  2. #2
    Forum Contributor
    Join Date
    08-14-2006
    Location
    USA
    MS-Off Ver
    2019
    Posts
    686

    Re: Lookup, match , list names

    see the attached

    as long as all your data is always in the format on Schedule this should work.

    comment:
    on Schedule:
    Team No = D, Name = C (1 col offset)
    Team No = K, Name = I (2 cols offset)
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    07-16-2008
    Location
    Toronto
    MS-Off Ver
    2010
    Posts
    106

    Post Re: Lookup, match , list names

    Hey Carsto

    Thanks for the help on the formula.

    I gave it a try and it seems to work great I do have one question what would I have to do towards the formula if I wanted to expand the Schedule team from 4 to 14 teams.

    The layout would be the same 2 rows 7 teams across?

    Thanks again

  4. #4
    Forum Contributor
    Join Date
    07-16-2008
    Location
    Toronto
    MS-Off Ver
    2010
    Posts
    106

    Re: Lookup, match , list names

    I'm still having problems in getting this formula to work with 14 teams worksheet works fine with 4 teams only.

    =IF(ISERROR(MATCH(B4,Schedule!D:D,0)), INDEX(Schedule!I:I,MATCH(B4,Schedule!K:K,0)+1,1),INDEX(Schedule!C:C,MATCH(B4,Schedule!D:D,0)+1,1))

    =IF(ISERROR(MATCH(B4,Schedule!D:D,0)), INDEX(Schedule!I:I,MATCH(B4,Schedule!K:K,0)+2,1),INDEX(Schedule!C:C,MATCH(B4,Schedule!D:D,0)+2,1))

    =IF(ISERROR(MATCH(B4,Schedule!D:D,0)), INDEX(Schedule!I:I,MATCH(B4,Schedule!K:K,0)+3,1),INDEX(Schedule!C:C,MATCH(B4,Schedule!D:D,0)+3,1))

    =IF(ISERROR(MATCH(B4,Schedule!D:D,0)), INDEX(Schedule!I:I,MATCH(B4,Schedule!K:K,0)+4,1),INDEX(Schedule!C:C,MATCH(B4,Schedule!D:D,0)+4,1))
    I have created another simple sheet

    Thanks
    Attached Files Attached Files

  5. #5
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: Lookup, match , list names

    U can doo it by using simple CHOOSE() formula/
    Here's examle.

    Please Login or Register  to view this content.
    PS: Copy this formula and paste it in A8. Then select A8:A11 (in all these cells MUST be the same formula) press F2 then Ctrl + Shift + Enter
    Last edited by contaminated; 06-29-2009 at 05:02 PM.
    Люди, питающие благие намерения, как раз и становятся чудовищами.

    Regards, ?Born in USSR?
    Vusal M Dadashev

    Baku, Azerbaijan

  6. #6
    Forum Contributor
    Join Date
    07-16-2008
    Location
    Toronto
    MS-Off Ver
    2010
    Posts
    106

    Re: Lookup, match , list names

    Thanks Contaminated

+ 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