+ Reply to Thread
Results 1 to 2 of 2

Random assignment of teams with certain requirements

  1. #1
    Registered User
    Join Date
    10-27-2017
    Location
    San Francisco, CA
    MS-Off Ver
    2016
    Posts
    1

    Random assignment of teams with certain requirements

    Hi all,

    I was wondering what would be the easiest way to solve this problem:

    *I have a team of 35 people that I want to divide into groups for 21 events. That is, repetition is possible, because all people will participate in different events.

    *Each member of the team has a name, gender, skill level/type (A, M, B), and has a maximum number of participations (that is, that the person may be assigned to teams in different events this max amount of times).

    *However, I must do so under certain conditions. For each event there is a required number of participants (say 10 or 12); a fixed number of male participants; a fixed number of female participants; a fixed (or max/min, I'm flexible there) number of people required with certain skills (A, M, B); and a max number of people that we can take from each department.

    What's the best to generate the distribution of teams taking into consideration all these conditions?

    Your suggestions would be amazing!

    Here's my file with the list of possible team members and requirements per event:

    Download here

    Thanks much
    C

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,378

    Re: Random assignment of teams with certain requirements

    Hi C and welcome to the forum,

    I'd sort the People using a column of =Rand() numbers. Then check the criteria for this selection. If it worked, I'd copy those people using "Values Only" to another place. Then do another random selection (press F9). Do the above until you have done all 21 events.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

+ 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. Replies: 2
    Last Post: 08-26-2016, 08:14 AM
  2. Random Assignment
    By kmlloyd in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-03-2016, 01:05 PM
  3. [SOLVED] Random assigned teams with multiple criteria
    By mst3kr in forum Excel General
    Replies: 12
    Last Post: 04-29-2015, 02:03 PM
  4. Set Teams and Random Pairing of names.
    By michellehmcclur in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-14-2013, 06:30 PM
  5. Creating random teams
    By ajpy in forum Excel General
    Replies: 0
    Last Post: 12-04-2012, 02:21 AM
  6. Generate Random Teams
    By rwhite713 in forum Excel General
    Replies: 3
    Last Post: 07-24-2010, 08:07 PM
  7. Random Assignment of Numbers
    By itse in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-16-2005, 11:06 PM

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