Sorting and reversing works absolutely fine in X axis (e.g. scores in 0 row, names in row 1, sort/reverse by X and print out as high score table).
Why can't you list scores and names vertically (i.e. scores in 0 column, names in column 2, sort/reverse by Y then print out)?
When you reformat the data and trying using the Y axis it goes VERY wrong. The first column will sort but all the other columns will not sort accordingly.