The data I have is in three columns sorted from highest to lowest on the average in column C. i.e.
Player
Number Name Average
1 Alice 9.73
2 Bob 9.44
3 Carol 8.97
4 Dan 8.76
.
.
.
152 Holly 8.33
153 Jill 8.01
154 Mike 7.55
155 Zach 7.32
What I need to do is create a list of teams so that the finished result would look like this in three columns: i.e.
Team
Number Name Name
1 Alice Zach
2 Bob Mike
3 Carol Jill
4 Dan Holly
Please note that the player with the highest average is always paired with the player with the lowest average until all pairings have been made.
I'll have no idea until about 1 hour before the event who will be entering and changes may occur at the last minute so I'd like to make this as simple as possible.
In case you are wondering, I am trying to organize a Scotch Doubles pool tournament and may get about 60 entrants of a possible 155 or so.
Thanks,
Eph
Bookmarks