Rank with multiple column and criteria

yeo_1987

New Member
Joined
May 17, 2019
Messages
4
Hi pals. I am creating an excel to rank the achievement of pupils. Please help me to write a formula to rank them according to multi column and criteria:

1. Rank those with 0 Grade E first, then only follow with those with >0 Grade E
2. For those with 0 Grade E, rank Grade A, follow by Grade B, C and D
3. For those with >0 Grade E, rank Grade A, follow by Grade B, C, D and E

Untitled.png


Thanks in advanced.
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Hi Yeo,
what is the desired outcome, as in: can you show with some examples who would be first, second, third etc? A rather simple approach is calculate a score for every Name by simple multiplication, so e.g.
G2: =IF(F2>0,1000000;0)+B2*100000+C2*10000+D2*1000+E2*100+F2*10 -> that should give every person a value on which you could run a rank formula. This assumes that a higher score is better and that every score runs from 0-9.
Hope that helps,
Koen
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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