Round Robin Worksheet - Possible?

Trocks

New Member
Joined
Dec 9, 2017
Messages
10
Hi Excel Pros!

I’m trying to make a bunch of rosters for Round Robins. The concept is:
  1. There will a different worksheet for 8 thru 24 players
  2. Everyone plays against or with each player at least once.
  3. Players rotate from rotate from North (green) to South (yellow) or vice-versa after each game.
  4. Rosters with 8, 12, 16, 20 and 24 players have 6 games
  5. All other rosters will have players sitting out (BYE) one game, which is then made up in Game 7.
Is there anyway to do this via Excel formulas?

Many thanks!
Capture.PNG

Tom
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
HTH. Dave
 
Upvote 0
The algorithm that I use for a general "everybody plays everybody" pairings is

Seat everyone at a table, everyone across from everyone else.
example:
A B C D
E F G H

after each round, one person (A) stays put, everyone else moves one chair over (to their left)

A E B C
F G H D

A F E B
G H D F

If you have an odd number of players, introduce a (bye) player.

This will get you a complete roster of who plays whom for each round. Distributing those among different courts is a different problem
 
Upvote 0

Forum statistics

Threads
1,215,416
Messages
6,124,774
Members
449,187
Latest member
hermansoa

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top