Masters Pool - Randomize question

exalex

New Member
Joined
Nov 1, 2017
Messages
24
Hello,

I am doing a masters pool with friends where we are each going to get 1 player. There are 86 players in the masters field and 86 people participating in the deal. How can i match the two randomly?
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
I dont understand the phrase "86 players in the masters field and 86 in the deal".
Are these the same 86 players or 2 x 86 ?

Random list, no duplicates

A1:A86 List of names
B1:B86 =RAND()
C1:C86 =INDEX(A$1:A$86,MATCH(SMALL(B$1:B$86,ROW()),B$1:B$86,0))

This will produce a list of 86 names in column C in random order without duplicates.
From theat list make your selections.
 
Upvote 0
There are two sets, 86 people in the 86 and 86 people selecting. So it will be like the below, I want to match players with friends without duplicates and random. Thanks!

[TABLE="width: 64"]
<colgroup><col width="64" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64, bgcolor: transparent"]Players[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Bubba Watson[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Fred Couples[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Tiger woods[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Friends[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]John[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]tim[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]bill[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0

Forum statistics

Threads
1,223,162
Messages
6,170,432
Members
452,326
Latest member
johnshaji

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