Placings with Multiple Criteria

Stace_129

New Member
Joined
Mar 7, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi, this is probably really simple but I just can’t get it to work!
I have an excel sheet for a sporting events which I want to determine the placings for.

There are Three criteria for placings in this order:

least number of Non Completes
Least number of Penalties
Quickest time

so someone might have the slowest time but if they have the least non completes, least penalties then they win.

Any help with a formula is appreciated.
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Hi Stace_129,

I don't think anybody can answer this as you must decide what the weighting is for each criteria.

Here's an example where a score is calculated using the 3 criteria. Non Complete and Penalties are both decided by multiplying by -9 but if you decide lower penalties means a higher rank then you could multiply Non Completes by -9 and Penalties by -7, so giving a higher score.

For the Time I've just taken the average time and subtracted that competitors time, so a slower time will give a lower value, then I've multiplied by 9 but if you want time to have more impact you may multiply by 50, or 99, or 500. You'll need to decide the weight of each criteria.

Stace_129.xlsx
ABCDEF
1NameNon CompletesPenatiesTimeScoreRank
2Fred214:33-28.513
3Bert104:45-10.592
4Sue005:37-1.911
5Jim435:11-64.754
6Sarah445:24-73.836
7Vanessa442:55-72.905
Sheet1
Cell Formulas
RangeFormula
E2:E7E2=(-9*B2)+(-9*C2)+(AVERAGE($D$2:$D$9999)-(D2)*9)
F2:F7F2=RANK.EQ(E2,$E$2:$E$9999)
 
Upvote 0

Forum statistics

Threads
1,215,036
Messages
6,122,794
Members
449,095
Latest member
m_smith_solihull

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