B
bchappell
I need to match up people randomly for a tournament. Can I use Excel to do
this?
this?
Gary''s Student said:Say we have 50 people. Put their names in column A in A1 thru A50
In B1 thru B50 enter:
=RAND()
Sort columns A & B by column B
Pair A1 & A2
.......A3 & A4
.......A5 & A6
.
.
.
etc.
Even if you did get two people with the same number, it wouldn'tI tried that. The only problems was I ended up with 2 people
with the same
random number. Maybe I did it incorrectly?