S
Sunny
I have score of each game (12 games) for each player. I need to sum only top
10 (best 10) from each player how can I do it?
e.g
Game# Player1 Player2 Player3 Player4
1 85 97 99 91
2 102 90 110 95
3 72 95 112 93
4 90 93 105 99
Total 192 192 222 194
(top 2 games)
Hope it makes clear.
Thanks.
10 (best 10) from each player how can I do it?
e.g
Game# Player1 Player2 Player3 Player4
1 85 97 99 91
2 102 90 110 95
3 72 95 112 93
4 90 93 105 99
Total 192 192 222 194
(top 2 games)
Hope it makes clear.
Thanks.