Comparing three columns for the rank.

jrm_ayun

New Member
Joined
Oct 15, 2018
Messages
1
I am way in over my head. I'm trying to make a spreadsheet for our future events that would automatically rank the people via the highest of three scores. In case of ties, it will then compare the other two scores to see who had the highest one there. If there are still ties, then whoever inputted their name first should be higher. Here are the problems. In this example, Lito should be ranked 1 since he has 3 as another score instead of Jay's 2. Then you can also see that She and James share the same rank but should be higher. The ranking also doesn't count down really. The first one to write is higher I have no syntax for yet although my syntax right now is obviously wrong for the other ones I'm looking for.

=RANK(E2,$E$2:$E$9)+SUMPRODUCT(--(E2=$E$2:$E$9),--(B2 < $B$2:$B$9),--(C2 < c$2:$c$9),--(d2 < d$2:d$9))
 
Last edited by a moderator:

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Welcome to the forum.

If I interpret correctly, what you need is an algorithm that cascades the tie-breakers for successive criteria. See this post, follow the links and let us know if that helps.

[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]https://www.mrexcel.com/forum/excel-questions/1054878-assigning-points-teams-based-place-conference-standings.html#post5066024[/FONT]
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,551
Members
449,088
Latest member
davidcom

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