Sorry is this has been covered. I tried searching and found things were were, as they say, close, but no cigar.
In this case it's golf but I think the function can be more generally used, so I'll be more generic. And I'll use simple numbers as an example.
I have twelve players with various levels of skill. I need to divide them into 4 teams.
The easy part: They have been ranked from 1 to 12 based on their skill level. They have been assigned into 4 "Groupings" s using the CEILING function, so that the four highest ranked players are grouped together, the next four highest ranked together, etc.
What I would like to do is automatically create teams in which there is one player from each Grouping. IOW, each team would have a Grouping 1 player, a Grouping 2 player, a Grouping 3 player and a Grouping 4 player. It's kind of a "Choose one from Column A, one from Column B" kind of problem.
Any suggestions?
Thank you.
In this case it's golf but I think the function can be more generally used, so I'll be more generic. And I'll use simple numbers as an example.
I have twelve players with various levels of skill. I need to divide them into 4 teams.
The easy part: They have been ranked from 1 to 12 based on their skill level. They have been assigned into 4 "Groupings" s using the CEILING function, so that the four highest ranked players are grouped together, the next four highest ranked together, etc.
What I would like to do is automatically create teams in which there is one player from each Grouping. IOW, each team would have a Grouping 1 player, a Grouping 2 player, a Grouping 3 player and a Grouping 4 player. It's kind of a "Choose one from Column A, one from Column B" kind of problem.
Any suggestions?
Thank you.