Forum Discussion

ShazSh's avatar
ShazSh
Brass Contributor
Sep 23, 2021
Solved

Create a Rank based on the Frame Played and Won

I have been trying to create a Rank based on the Frame played and Won. All i got is the Rank formula from the Google.   =RANK(D2,$D$2:$D$18) But i want a fair Ranks if player has played 1 frame an...
  • HansVogelaar's avatar
    Sep 23, 2021

    ShazSh 

    The following assumes that you always sort the results descending on % and Frames Won, as in your sample workbook.

    In E2, enter 1 (the top entry will always have rank 1 because of the sort order).

    In E3, enter the formula    =E2+OR(D3<>D2,B3<>B2)

    This adds 1 to the rank if either % or Frames Won changes.

    Fill or copy down to the last row with data.

Resources