Auto Ranking

FinPro

New Member
Joined
Jun 4, 2014
Messages
22
Hello

I have the following data:

Co 1Co 2Co 3Co 4Co 5Co 6
22.20%30%10%-50%0%11%
Ranking
123456
Co 2Co 1Co 6Co 3Co 5Co 4

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


When the data on top under "Co1 Co2 etc" changes, based on some input, the ranking below should be automatically updated.

Thanks for your help in advance.
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Maybe...


A
B
C
D
E
F
1
Co 1​
Co 2​
Co 3​
Co 4​
Co 5​
Co 6​
2
22,20%​
30%​
10%​
-50%​
0%​
11%​
3
4
5
6
7
Ranking​
8
1​
2​
3​
4​
5​
6​
9
Co 2​
Co 1​
Co 6​
Co 3​
Co 5​
Co 4​

Formula in A9 copied across
=INDEX($A$1:$F$1,MATCH(LARGE($A$2:$F$2,A$8),$A$2:$F$2,0))

M.
 
Upvote 0

Forum statistics

Threads
1,216,175
Messages
6,129,310
Members
449,499
Latest member
HockeyBoi

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