Multiple Criteria with ranking

ryan0521

Board Regular
Joined
Dec 7, 2016
Messages
79
Can anyone know this one?

I have list of data in column as shown below:

[TABLE="width: 192"]
<tbody>[TR]
[TD="width: 64, align: center"]Score[/TD]
[TD="width: 64, align: center"]Number[/TD]
[TD="width: 64, align: center"] Grade[/TD]
[/TR]
[TR]
[TD="align: center"]98[/TD]
[TD="align: center"]16664[/TD]
[TD="align: center"]LR[/TD]
[/TR]
[TR]
[TD="align: center"]98[/TD]
[TD="align: center"]15205[/TD]
[TD="align: center"]LR[/TD]
[/TR]
[TR]
[TD="align: center"]96[/TD]
[TD="align: center"]23363[/TD]
[TD="align: center"]LR[/TD]
[/TR]
[TR]
[TD="align: center"]95[/TD]
[TD="align: center"]11881[/TD]
[TD="align: center"]LR[/TD]
[/TR]
[TR]
[TD="align: center"]95[/TD]
[TD="align: center"]18721[/TD]
[TD="align: center"]LR[/TD]
[/TR]
[TR]
[TD="align: center"]94[/TD]
[TD="align: center"]18710[/TD]
[TD="align: center"]LR[/TD]
[/TR]
[TR]
[TD="align: center"]94[/TD]
[TD="align: center"]20281[/TD]
[TD="align: center"]LR[/TD]
[/TR]
[TR]
[TD="align: center"]94[/TD]
[TD="align: center"]15187[/TD]
[TD="align: center"]LR[/TD]
[/TR]
[TR]
[TD="align: center"]91.5[/TD]
[TD="align: center"]14775[/TD]
[TD="align: center"]LR[/TD]
[/TR]
[TR]
[TD="align: center"]91[/TD]
[TD="align: center"]22325[/TD]
[TD="align: center"]LR[/TD]
[/TR]
[TR]
[TD="align: center"]91[/TD]
[TD="align: center"]21417[/TD]
[TD="align: center"]LR[/TD]
[/TR]
[TR]
[TD="align: center"]86[/TD]
[TD="align: center"]23675[/TD]
[TD="align: center"]MR[/TD]
[/TR]
[TR]
[TD="align: center"]85[/TD]
[TD="align: center"]8260[/TD]
[TD="align: center"]MR[/TD]
[/TR]
[TR]
[TD="align: center"]85[/TD]
[TD="align: center"]9432[/TD]
[TD="align: center"]MR[/TD]
[/TR]
[TR]
[TD="align: center"]85[/TD]
[TD="align: center"]15429[/TD]
[TD="align: center"]MR[/TD]
[/TR]
[TR]
[TD="align: center"]85[/TD]
[TD="align: center"]19386[/TD]
[TD="align: center"]MR[/TD]
[/TR]
[TR]
[TD="align: center"]85[/TD]
[TD="align: center"]11473[/TD]
[TD="align: center"]MR[/TD]
[/TR]
[TR]
[TD="align: center"]83[/TD]
[TD="align: center"]18718[/TD]
[TD="align: center"]MR[/TD]
[/TR]
[TR]
[TD="align: center"]82[/TD]
[TD="align: center"]15294[/TD]
[TD="align: center"]MR[/TD]
[/TR]
[TR]
[TD="align: center"]81[/TD]
[TD="align: center"]18934[/TD]
[TD="align: center"]MR[/TD]
[/TR]
[TR]
[TD="align: center"]80.5[/TD]
[TD="align: center"]18717[/TD]
[TD="align: center"]MR[/TD]
[/TR]
[TR]
[TD="align: center"]80.5[/TD]
[TD="align: center"]18720[/TD]
[TD="align: center"]MR[/TD]
[/TR]
[TR]
[TD="align: center"]80[/TD]
[TD="align: center"]11474[/TD]
[TD="align: center"]MR[/TD]
[/TR]
[TR]
[TD="align: center"]80[/TD]
[TD="align: center"]24969[/TD]
[TD="align: center"]MR[/TD]
[/TR]
[TR]
[TD="align: center"]75[/TD]
[TD="align: center"]22260[/TD]
[TD="align: center"]HR[/TD]
[/TR]
</tbody>[/TABLE]

And I want to make it like this:

[TABLE="width: 512"]
<tbody>[TR]
[TD="class: xl65, width: 64, align: center"][TABLE="width: 512"]
<colgroup><col width="64" span="8" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl65, width: 64"]LR[/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[TD="class: xl65, width: 64"]MR[/TD]
[TD="width: 64"][/TD]
[TD="width: 64"][/TD]
[TD="class: xl65, width: 64"]HR[/TD]
[TD="width: 64"][/TD]
[/TR]
[TR]
[TD]Score[/TD]
[TD]Number[/TD]
[TD][/TD]
[TD]Score[/TD]
[TD]Number[/TD]
[TD][/TD]
[TD]Score[/TD]
[TD]Number[/TD]
[/TR]
[TR]
[TD="align: right"]98[/TD]
[TD="align: right"]16664[/TD]
[TD][/TD]
[TD="align: right"]86[/TD]
[TD="align: right"]23675[/TD]
[TD][/TD]
[TD="align: right"]75[/TD]
[TD="align: right"]22260[/TD]
[/TR]
[TR]
[TD="align: right"]98[/TD]
[TD="align: right"]15205[/TD]
[TD][/TD]
[TD="align: right"]85[/TD]
[TD="align: right"]8260[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]96[/TD]
[TD="align: right"]23363[/TD]
[TD][/TD]
[TD="align: right"]85[/TD]
[TD="align: right"]9432[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]95[/TD]
[TD="align: right"]11881[/TD]
[TD][/TD]
[TD="align: right"]85[/TD]
[TD="align: right"]15429[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]95[/TD]
[TD="align: right"]18721[/TD]
[TD][/TD]
[TD="align: right"]85[/TD]
[TD="align: right"]19386[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]94[/TD]
[TD="align: right"]18710[/TD]
[TD][/TD]
[TD="align: right"]85[/TD]
[TD="align: right"]11473[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]94[/TD]
[TD="align: right"]20281[/TD]
[TD][/TD]
[TD="align: right"]83[/TD]
[TD="align: right"]18718[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]94[/TD]
[TD="align: right"]15187[/TD]
[TD][/TD]
[TD="align: right"]82[/TD]
[TD="align: right"]15294[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]91.5[/TD]
[TD="align: right"]14775[/TD]
[TD][/TD]
[TD="align: right"]81[/TD]
[TD="align: right"]18934[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]91[/TD]
[TD="align: right"]22325[/TD]
[TD][/TD]
[TD="align: right"]80.5[/TD]
[TD="align: right"]18717[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]91[/TD]
[TD="align: right"]21417[/TD]
[TD][/TD]
[TD="align: right"]80.5[/TD]
[TD="align: right"]18720[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="align: right"]80[/TD]
[TD="align: right"]11474[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="align: right"]80[/TD]
[TD="align: right"]24969[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD="width: 64, align: center"][/TD]
[TD="width: 64, align: center"][/TD]
[TD="class: xl65, width: 64, align: center"][/TD]
[TD="width: 64, align: center"][/TD]
[TD="width: 64, align: center"][/TD]
[TD="class: xl65, width: 64, align: center"][/TD]
[TD="width: 64, align: center"][/TD]
[/TR]
</tbody>[/TABLE]

Please help me.
 
Last edited:

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Will you only ever have LR, MR & HR?
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

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