Beginner help on a ranking formula

mvbuccheri

New Member
Joined
Oct 3, 2022
Messages
4
Office Version
  1. 365
  2. 2021
Hello,

First time posting here so hoping I'm doing this correctly. I'm trying to rank the below table using this kind of formula (it's for fantasy football). The top row marks the actual cell in excel, meaning 'Ryan' starts in M7. I'm struggling to build the formula itself with my lack of knowledge.

The Top 6 names advance. Top 4 are determined solely by number of W. Any ties then go to Points to decide who is higher. The Top 5-6 will be those remaining who have the highest points in ranking order.

For this example, I would expect an output in AH7 of (Ryan-1, Dan-2, Bennett-3, Matt-4, Andrew-5, Bryan-6). Ryan through Matt have best records with points tiebreaker. Andrew/Bryan have the most points out of the rest.

This is the formula I have now but it's definitely wrong, and it's missing the point tiebreaker. I got to it using a lot of copying from other websites. I simply don't know how to create it.

=ArrayFormula(INDEX($M$7:$M$18, MATCH(1, ($AF$7:$AF$18=SMALL($AF$7:$AF$18, AF7)) * (COUNTIF(AH$7:AH7, $M$7:$M$18)=0), 0)))


[M5][Q5][S5][T5][Y5][AF7][AG7][AH7]
TeamWLTPointsW rankTop 7Rank
Ryan300209.1011#N/A
Dan210385.5622Dan
Bennett210386.2622Bennett
Matt210344.5822Bennett
Bryan210335.0422Bennett
Liam210324.9422Bennett
Andrew120391.4277Liam
Shane120387.267 Liam
Charley120306.187 Dan
Owen120348.227 Liam
Zac120318.287 Liam
Chris030367.6612 Chris
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Welcome to the Forum.

Ranking with ties is what you want. Here is an I article I wrote on the topic. Let us know how it goes for you.
 
Upvote 0
Hi & welcome to MrExcel.

Is this for Excel or for Google Sheets?
 
Upvote 0
But does it need to work it Sheets?
 
Upvote 0
Welcome to the Forum.

Ranking with ties is what you want. Here is an I article I wrote on the topic. Let us know how it goes for you.
Hi @DRSteele, your article was super helpful thank you. What would the approach be to adding a second rank into the remaining population? Use this to find the Top 4, and then create a second table for only 5-12 and then rerank?
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top