I have a list of 40 things that have scores attached to them. I need to Rank them between 1 and 40, so I thought I’d just use the Rank function.
However, some ranks are duplicated because they have the same score.
Is there some way to arbitrarily (the rank doesn’t matter too much, it’s arbitrary) choose between the two closest ranks if they are identical? For instance, if two are ranked 1, but there are no 2’s, can one be ranked 1 and the other 2?