I would suggest the following ...
- Create a helper column adjacent to the set of data containing the formula =1000*C1 + D1 (assuming the score is in column C and the percentage in column D. Helper column is column E.
Use the RANK or RANK.EQ function to rank on the basis of the value in the helper column. e.g. =RANK.EQ(E1,$E$1:$E$7)
The idea is that by multiplying the first parameter by a big number (1000 in this case) the size of the second number will always be small in comparison and therefore dealt with as a second ranking criterion.
Bookmarks