As a input I'm taking multiple names and scored down each if a player play a second time it will still add it as a new row for an example the picture attached.
There could be a unlimited amount of persons playing the game and as many times as they play the game will be populated into a new row with the same person id.
I want the output to list all of the people and the score for each person for example it will say in the first line Person 1: 1, 3, 2 and so on. Please let me know how i would do this without needing to split every person up and join it all back together
@HartenhoffAnthonyM
Maybe you can provide a sanple set of input and output data? 😁