Average Rank for Similar Datasets over Time

mattynice_

New Member
Joined
Jun 9, 2016
Messages
1
Hey everyone first post, hoping someone can help me out.

I'm trying to sort the highest priority items in multiple columns, they are similar lists of items prioritized at different times.

[TABLE="width: 500"]
<tbody>[TR]
[TD]Priority Items[/TD]
[TD]Jan[/TD]
[TD]Feb[/TD]
[TD]Mar[/TD]
[TD]Apr[/TD]
[TD]May[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Item A[/TD]
[TD]Item A[/TD]
[TD]Item C[/TD]
[TD]Item C[/TD]
[TD]Item D[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Item B[/TD]
[TD]Item E[/TD]
[TD]Item B[/TD]
[TD]Item A[/TD]
[TD]Item B[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Item C[/TD]
[TD]Item C[/TD]
[TD]Item E[/TD]
[TD]Item B[/TD]
[TD]Item G[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Item D[/TD]
[TD]Item B[/TD]
[TD]Item D[/TD]
[TD]Item F[/TD]
[TD]Item E[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Item E[/TD]
[TD]Item D[/TD]
[TD]Item A[/TD]
[TD]Item E[/TD]
[TD]Item C[/TD]
[/TR]
</tbody>[/TABLE]


I'd like column 1 to compare the rankings for each item in columns 2-5, then return the Items in descending order based on their average rank. Thanks so much for taking a look at this!
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest

Forum statistics

Threads
1,223,227
Messages
6,170,849
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