L
L.J.
In the problem below in Column R is the # of wins by a player
Column S is the net points accumulated in each match. T
column is the position as determined by the function
"Rank" which was written as follows =Rank(R3,R3:R10)
Because some players have the same # of wins the true
position should be determined by the wins & points. I.E.
the player in row 4 (3 win 6points)has a better win/point
result than player in row 9 )3wins -6points). Likewise
player in row 7 is better than row 6.
How should this function or formula be written to combine
both column R & S to give a true ranking?
Columns
R S T
Wins Points Position
6 37 1 Row 3 should be ranked 1
5 24 2 Row 4 " " 2
3 6 4 Row 5 " " 4
2 -13 7 Row 6 " " 8
2 -9 7 Row 7 " " 7
4 -10 3 Row 8 " " 3
3 -6 4 Row 9 " " 5
3 -29 4 Row 10 " " 6
..
Column S is the net points accumulated in each match. T
column is the position as determined by the function
"Rank" which was written as follows =Rank(R3,R3:R10)
Because some players have the same # of wins the true
position should be determined by the wins & points. I.E.
the player in row 4 (3 win 6points)has a better win/point
result than player in row 9 )3wins -6points). Likewise
player in row 7 is better than row 6.
How should this function or formula be written to combine
both column R & S to give a true ranking?
Columns
R S T
Wins Points Position
6 37 1 Row 3 should be ranked 1
5 24 2 Row 4 " " 2
3 6 4 Row 5 " " 4
2 -13 7 Row 6 " " 8
2 -9 7 Row 7 " " 7
4 -10 3 Row 8 " " 3
3 -6 4 Row 9 " " 5
3 -29 4 Row 10 " " 6
..