my workshee looks like this below:

S

SO CONFUSED

my workshee looks like this below:
Game 1 PLACING Game 2 PLACING Game 3 PLACING
1 63 3 60 6
57
8 55 4 61 7
56

and so on:

I need it to be in the highest to lowest order
of game 1 2 and 3 not just each game.

hope someone can help.
 
J

Joel

You need to add an auxilary column with the formula =max(A1,C1,E1). then
sort on the results of the new column.
 
Top