How to divide people into equal groups. Benchwarmers can only skip a round once.

dekion

New Member
Joined
Sep 8, 2017
Messages
9
Office Version
  1. 365
Platform
  1. Windows
Hi

I organize a card tournament, with over 100 participants in past editions.

The players are divided by 4 at a table, play a game and they are drawn again to play at another table.

When we can't have a table of 4, they have to sit on the bench.

So far no problem and using ROUNDUP & RANk and everything works out well.

Now comes the hard part. Players can only be benched once.

So I'm looking for a formula I can use for players who have been benched, come out to a table of 4 and so can't be a 2x benched player.

When a player loses a game 3x, they are excluded from the tournament.
This is how we build down until we finally have a table of 4 (people).

Anyone an idea in which direction I could go to fix this?
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
When you say fix this, are you starting from scratch or have you already developed something?
 
Upvote 0
I'll be starting from scratch, we changed our tournament process, but I maybe have an idea.

Based on a status in example benched. I'll rank them by giving a random number < 1000 the others will get a number > 1000

This would mean that benched people always should play.

I'll need to work it out to test my hypothesis.

Regards
 
Upvote 0
I think I solved it by adding this

=IF(C2="Benched",RAND(),RAND()*100)

By doing so if you're benched, I give a number between 0-1 which is lower than 1-100
 
Upvote 0

Forum statistics

Threads
1,216,099
Messages
6,128,823
Members
449,470
Latest member
Subhash Chand

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