
Originally Posted by
ChemistB
I think what you are looking for is the RANK function
For the finished group
=RANK(G2,$G$2:$G$78,1)
Based on your table, people who played 4 games will always be higher than people who played 3 who will always be higher than people who played 2 and so on. Correct?
You could use this dummy column (let's say in J) and then hide it.
in J2 = G2/COUNT(C2:F2)^2 dragged down (unmerge row 79 first)
Then in I2
=RANK(J2, $J$2:$J$146, 1) dragged down (omitting row 79)
Does that work for you?
Bookmarks