Updating Ranking Column

Status
Not open for further replies.

mrcsbenson

New Member
Joined
May 8, 2024
Messages
9
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
I am trying to come up with a ranking system that would take into account two separate values (from 2 different columns) and come up with a combined score (or rank).

In an ideal world, the formula would look at columns B (Price) & C (KPI Score) and give a ranking based on the lowest price and best score. Ranking should be 1- whatever.

Even better would be a way to rank column B price 75% and column C score at 25% to make a total of 100% total ranking score. I would also like for the rank to change if I change column B or column C. Picture screenshot below:

1715282290157.png


I do have a formula already in the file:

Column B: =SUMPRODUCT($B$2:$C$2,B4:C4)
Column C: =RANK.AVG(D4,$D$4:$D$7,0)

if I changed the pricing and/or score the ranking goes out of whack and I am not sure why:

1715283705415.png


Before I made this change Airline 1 was #2 and Airline 2 was #1 because it had the lowest cost and the highest score but now when I changed the price for Airline 1 and Airline 2 the ranking didn’t change which is odd if the formula is taking into account the price (75%) and score (25%) and the price is way more than Airline 3 and 4 even with the score still being high.

Can someone help with this?
 

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.
Duplicate to: Ranking multiple columns

In future, please do not post the same question multiple times. Per Forum Rules (#12), posts of a duplicate nature will be locked or deleted.

In relation to your question here, I have closed this thread so please continue in the linked thread. If you do not receive a response, you can "bump" it by replying to it yourself, though we advise you to wait 24 hours before doing so, and not to bump a thread more than once a day.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,216,136
Messages
6,129,080
Members
449,485
Latest member
greggy

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