Complicated ranking off of multiple variables formula

broman5000

New Member
Joined
Jan 26, 2017
Messages
10
Hey there,


I'm trying to create a ranking and quintile off of multiple criteria (consider these columns a, b, c, d, e)


Essentially I want to do the following


1. Create a ranking *(Column D) based off of the Usage value (column C) by item (Column B) against how each location (Column A) perform for that particular item (Column B)


2. I then would likely create a quintile ranking (Column E) of numbers (1,2,3,4,5) based of of those ranking values


The formula for this is way over my head and i'm not sure it's even possible! Help Please :)


obviously there is much more data than this, Its normally around 200K rows, this is just a snipit example that I would hopefully be able to drag the formula's down for


locationitemUsagerankquintile
a10.25
a20.65
a30.47
b10.60
b20.68
b31.00
c10.52
c20.08
c30.63
d10.17
d20.15
d30.31
e10.42
e20.11
e30.19
f10.02
f20.28
f30.53

<colgroup><col width="64" span="5" style="width:48pt"> </colgroup><tbody>
</tbody>
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
You can sort your data using custom sort based on any column and add a second and third column.
 
Upvote 0
I was hoping to do this based off a formula in columns D and E...I've seen some use sumproduct or countif...but i've been unsuccessful

For example to show on the ranking

locationitemUsagerankquintile
a10.253
a20.655
a30.473
b10.606
b20.686
b31.006
c10.525
c20.081
c30.635
d10.172
d20.153
d30.312
e10.424
e20.112
e30.191
f10.021
f20.284
f30.534

<tbody>
</tbody>
 
Upvote 0
Please explain your ranking system

Why is e,3,.19 = 1 when d,1,.17 = 2 sorry I am not following
 
Upvote 0

Forum statistics

Threads
1,215,472
Messages
6,125,005
Members
449,203
Latest member
Daymo66

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