0

So i have the following table, how do i quickly make a list of the totals with their paired value, so take this:

https://i.stack.imgur.com/f45iq.png

and change it into this:

https://i.stack.imgur.com/igC0k.png

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.

Samuel Hulla
  • 6,617
  • 7
  • 36
  • 70
Kyle Mann
  • 17
  • 3

1 Answers1

0

One way is try and select all the data you want to have to go from ´row to column´. Paste it where you want but select "Paste Special". Select the "Transpose" option and click "OK".

Also watch this video among others:

https://www.youtube.com/watch?v=uV4CvGR6w7E

Simon Jensen
  • 287
  • 5
  • 24