+ Reply to Thread
Results 1 to 7 of 7

Formula to identify from list team members not playing

  1. #1
    Registered User
    Join Date
    07-07-2015
    Location
    Scotland
    MS-Off Ver
    2003
    Posts
    2

    Formula to identify from list team members not playing

    Hi,

    Appreciate some help.

    I run a soccer/football team with 20 players. I can only take 16 players to each game and need a spreadsheet that can identify which players have been selected and which have not.

    I have a list of the whole squad and a list of the 16 being selected. In a column next to the squad list (20) i have used

    =(IF(IF(ISERROR(VLOOKUP(B4,$B$26:$B$42,1,FALSE)),"Not Played",(VLOOKUP(B4,$B$26:$B$42,1,FALSE)))=B4,"Played","Not Played"))
    to bring up which players are included in the squad list for that week.

    I want to create another list pulling through the players names who have "Not playing", this way i can keep track of the players not going and ensure they get their chance.

    I have attached the excel spreadsheet so you can see what i mean.

    Any help would be greatly appreciated

    Craig
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,554

    Re: Formula to identify from list team members not playing

    See attached ...
    Attached Files Attached Files

  3. #3
    Valued Forum Contributor
    Join Date
    10-10-2012
    Location
    New York
    MS-Off Ver
    Excel 2007/2010
    Posts
    337

    Re: Formula to identify from list team members not playing

    John beat me to the solution, but I wanted to point out that you may want to update the formulas you have in C4:C23 to be
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    instead. It's cleaner and more concise.
    Don't just use the answers provided for you. Try to understand how it works by reverse engineering or asking about it.

    Please mark the thread as [SOLVED] (Thread Tools->Mark thread as Solved) when answered.
    If you're happy with an answer given, please click the * under the person's name to boost their reputation.

  4. #4
    Forum Contributor
    Join Date
    12-13-2013
    Location
    Calgary,AB,Canada
    MS-Off Ver
    2016,O365
    Posts
    236

    Re: Formula to identify from list team members not playing

    Option-1 (array formula)

    F26 = IFERROR(INDEX($B$4:$B$23,SMALL(IF(ISERROR(MATCH($B$4:$B$23,$B$26:$B$41,)),$A$4:$A$23),ROW(A1))),"") . then hit "Enter+Shift+Control" and copy down

    Option -2 (regular formula)

    1. E4 =IF(C4="Not played",ROW(),""), then copy down to E23
    2. G4 =IFERROR(INDEX($B$1:$B$23,SMALL($E$1:$E$23,ROW(A1))),""), then copy down

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Formula to identify from list team members not playing

    This array formula** entered in D26:

    =LOOKUP("zzzzz",CHOOSE({1,2},"",INDEX(B:B,SMALL(IF(C$4:C$23="not played",ROW(C$4:C$23)),ROWS(D$26:D26)))))

    Copy down to D29.

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  6. #6
    Spammer
    Join Date
    02-04-2012
    Location
    Philippines
    MS-Off Ver
    Excel 2013
    Posts
    190

    Re: Formula to identify from list team members not playing

    another solution you can select every player 1 time
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    07-07-2015
    Location
    Scotland
    MS-Off Ver
    2003
    Posts
    2

    Re: Formula to identify from list team members not playing

    Guy's

    Thank you for your help, see attached what I came up with. Just in-case anyone needs something similar in the future.

    Thanks

    Craig
    Attached Files Attached Files

+ 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. [SOLVED] Counting the members of a team
    By fgruhlke in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-22-2015, 12:39 PM
  2. Total Team Members with correct Team Leader
    By PrimalByte in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-05-2015, 04:23 PM
  3. Formula to identify team placements
    By juanjosep in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-19-2015, 12:47 PM
  4. Replies: 3
    Last Post: 02-05-2013, 09:01 AM
  5. Replies: 0
    Last Post: 05-30-2005, 03:05 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