So i have the following table, how do i quickly make a list of the totals with their paired value, so take this:
and change it into this:
So that i can then sort the list by the total and find out which value has the most points, the actually table will have much more data.
Thank you, Kyle.