+ Reply to Thread
Results 1 to 6 of 6

Separating an individual list from one main list (Basketball Example)

  1. #1
    Registered User
    Join Date
    03-03-2013
    Location
    Durham, NC
    MS-Off Ver
    MS 2010
    Posts
    5

    Separating an individual list from one main list (Basketball Example)

    What I would like to do in the attached document is list all players from the "Players" tab in the corresponding team's roster tab. The teams need to be able to find the players regardless of their order, if possible. It would also need to be able to update the individual tabs when a new player is added to the "Players" tab.

    Here is my example file:
    basketball rosters example.xlsx

    I feel like it is the same basic concept as Gooford's example here:
    http://www.excelforum.com/excel-gene...11#post3144711

    Thanks!

  2. #2
    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: Separating an individual list from one main list (Basketball Example)

    In C3 of your teams sheet put this ARRAY formula. Copy down ans across.

    =IFERROR(INDEX('Players & Rosters'!C$2:C$1000,SMALL(IF('Players & Rosters'!$A$2:$A$1000=$A$1,ROW('Players & Rosters'!C$2:C$16)-1),ROW('Players & Rosters'!C1))),"")
    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.

  3. #3
    Registered User
    Join Date
    03-03-2013
    Location
    Durham, NC
    MS-Off Ver
    MS 2010
    Posts
    5

    Re: Separating an individual list from one main list (Basketball Example)

    Thank you for your quick reply.

    I paste that into C3 and Ctrl+Shift+Enter and get "AJ Price," which is good. However, I can only seem to either get one row to work or have every cell come back with "AJ Price." Using the formula in the 2nd and 3rd team tabs also produced results that should have come on the 1st team's tab. I could really just get away with only listing player names, so if there is another way that only returns one column of data that would be just as helpful. Or, there is every chance I'm doing something wrong with your original directions.

    Thanks again.

  4. #4
    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: Separating an individual list from one main list (Basketball Example)

    Does the sample helps you?
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    03-03-2013
    Location
    Durham, NC
    MS-Off Ver
    MS 2010
    Posts
    5

    Re: Separating an individual list from one main list (Basketball Example)

    This is extremely helpful and you have solved my problem. Thank you very much.

  6. #6
    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: Separating an individual list from one main list (Basketball Example)

    ...........................

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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