+ Reply to Thread
Results 1 to 10 of 10

Team generator based on avgs.

  1. #1
    Registered User
    Join Date
    08-20-2015
    Location
    Johnstown, PA, USA
    MS-Off Ver
    2010 Pro and 2007 Pro
    Posts
    5

    Team generator based on avgs.

    Hey all, I've been looking through the threads here, and found answers close to what I'm looking for, but not exact. It's relatively simple in theory, but I have a dart league consisting of 30 players. I'm trying to divide them up into 6 teams of 5 players each based on player averages to keep the teams all evenly matched, and if possible a way to track the rankings of the teams throughout the season.
    If anymore info is needed, I'll gladly provide it if I can.
    Thanks in advance for any suggestions

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,943

    Re: Team generator based on avgs.

    I would sort the players by average from best to worst, then match the top twelve with the bottom twelve (in reverse order- kind of 'fold' the players #1 with #30, 2 with 29, etc.) to make pairs whose averages should be closer together. Then sort those twelve teams by total or average (again, best to worst), and match the top six with the bottom (again, in reverse order) - and then randomly assign the middle six (who were left out of the first step) to complete the teams. Do you want to mix up the players on the teams every week?
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    08-20-2015
    Location
    Johnstown, PA, USA
    MS-Off Ver
    2010 Pro and 2007 Pro
    Posts
    5

    Re: Team generator based on avgs.

    Thanks for the suggestion. That could work, too. The teams will stay the same throughout the season once they are setup

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Team generator based on avgs.

    I'd do it like this (which may be the same as Bernie's suggestion):

    Player
    Avg
    Team
    Team
    Avg
    117.2
    1
    1
    99.4
    F2: =AVERAGEIF($C$2:$C$31, E2, $B$2:$B$31)
    115.0
    2
    2
    100.7
    111.0
    3
    3
    100.5
    107.5
    4
    4
    100.2
    106.9
    5
    5
    99.6
    105.3
    5
    104.3
    4
    103.9
    3
    102.8
    2
    102.0
    1
    101.8
    1
    100.9
    2
    100.9
    3
    100.8
    4
    99.7
    5
    99.4
    5
    99.1
    4
    98.7
    3
    98.4
    2
    97.9
    1
    97.9
    1
    97.8
    2
    97.7
    3
    97.5
    4
    94.6
    5
    91.8
    5
    91.8
    4
    91.0
    3
    89.0
    2
    79.4
    1
    Entia non sunt multiplicanda sine necessitate

  5. #5
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,943

    Re: Team generator based on avgs.

    Ignore this bad post.... I got confused after I saw shg's post where he created 5 teams.. You did want 6 teams....
    Last edited by Bernie Deitrick; 12-01-2016 at 05:33 PM.

  6. #6
    Registered User
    Join Date
    08-20-2015
    Location
    Johnstown, PA, USA
    MS-Off Ver
    2010 Pro and 2007 Pro
    Posts
    5
    Quote Originally Posted by shg View Post
    I'd do it like this (which may be the same as Bernie's suggestion):
    Player
    Avg
    Team
    Team
    Avg
    117.2
    1
    1
    99.4
    F2: =AVERAGEIF($C$2:$C$31, E2, $B$2:$B$31)
    115.0
    2
    2
    100.7
    111.0
    3
    3
    100.5
    107.5
    4
    4
    100.2
    106.9
    5
    5
    99.6
    105.3
    5
    104.3
    4
    103.9
    3
    102.8
    2
    102.0
    1
    101.8
    1
    100.9
    2
    100.9
    3
    100.8
    4
    99.7
    5
    99.4
    5
    99.1
    4
    98.7
    3
    98.4
    2
    97.9
    1
    97.9
    1
    97.8
    2
    97.7
    3
    97.5
    4
    94.6
    5
    91.8
    5
    91.8
    4
    91.0
    3
    89.0
    2
    79.4
    1
    Thanks! I'll try that when I get home

  7. #7
    Registered User
    Join Date
    08-20-2015
    Location
    Johnstown, PA, USA
    MS-Off Ver
    2010 Pro and 2007 Pro
    Posts
    5

    Re: Team generator based on avgs.

    I appreciate it

  8. #8
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Team generator based on avgs.

    Quote Originally Posted by Bernie Deitrick View Post
    I got confused after I saw shg's post where he created 5 teams.. You did want 6 teams....
    My bad:

    A
    B
    C
    D
    E
    F
    G
    1
    Player
    Avg
    Team
    Team
    Avg
    2
    117.2
    1
    1
    102.22
    F2: =AVERAGEIF($C$2:$C$31, E2, $B$2:$B$31)
    3
    115.0
    2
    2
    101.42
    4
    111.0
    3
    3
    100.46
    5
    107.5
    4
    4
    99.72
    6
    106.9
    5
    5
    99.36
    7
    105.3
    6
    6
    97.22
    8
    104.3
    6
    9
    103.9
    5
    10
    102.8
    4
    11
    102.0
    3
    12
    101.8
    2
    13
    100.9
    1
    14
    100.9
    1
    15
    100.8
    2
    16
    99.7
    3
    17
    99.4
    4
    18
    99.1
    5
    19
    98.7
    6
    20
    98.4
    6
    21
    97.9
    5
    22
    97.9
    4
    23
    97.8
    3
    24
    97.7
    2
    25
    97.5
    1
    26
    94.6
    1
    27
    91.8
    2
    28
    91.8
    3
    29
    91.0
    4
    30
    89.0
    5
    31
    79.4
    6

  9. #9
    Registered User
    Join Date
    08-20-2015
    Location
    Johnstown, PA, USA
    MS-Off Ver
    2010 Pro and 2007 Pro
    Posts
    5

    Re: Team generator based on avgs.

    Thanks for the input shg. It worked out great. I had to do some tweaking because someone threw an average way over the others, but in the end all the teams evened out. Thanks again for all the help!

  10. #10
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Team generator based on avgs.

    You're welcome.

+ 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. Need help tweaking a team generator based on skill level
    By scruffy04 in forum Excel General
    Replies: 2
    Last Post: 08-11-2015, 11:01 AM
  2. [SOLVED] VBA: Team Randomizer or Generator
    By saikong051 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-17-2014, 09:35 AM
  3. [SOLVED] random team generator for hockey with two sets of data
    By jeremyp52 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-25-2014, 11:14 PM
  4. Rotate squad for darts team excel generator
    By mrdarts in forum Excel General
    Replies: 2
    Last Post: 04-08-2014, 11:23 AM
  5. [SOLVED] Random Team Generator
    By bsalomons in forum Excel General
    Replies: 1
    Last Post: 07-12-2013, 03:32 AM
  6. Help with Soccer Team Line-up generator/calculator
    By acathan in forum Excel General
    Replies: 0
    Last Post: 01-07-2013, 08:58 PM
  7. [SOLVED] Random Team Generator formula needed
    By zboy365 in forum Excel General
    Replies: 6
    Last Post: 08-24-2012, 01:46 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