Suppose I have a data say:
Name | Marks
StudentA | 90
StudentB | 85
StudentC | 85
StudentD | 70
now StudentA will get 1st Rank, StudentB and StudentC will get 2nd Rank and Student D will get 4th Rank.
I know the basic rank computation if there are no duplicate weights, but how to handle if we encounter 2 similar weights as in this case there are two 85 marks which will share rank 2.