I have about 200 rows where column A contains the team name, and column B contains the player name.
Can anyone help me figure how to use a loop to rearrange the data so that only 1 instance of each unique team name from column A is entered to column C, and a string of all player names from...