Sum ranks in a pivot table

JoeMerchant02

New Member
Joined
Apr 19, 2017
Messages
2
I am displaying three metrics in a pivot table for multiple employees. I have pulled each metric into the pivot table and displayed the second instance as a rank - largest to smallest. I want to rank each employee by the sum of their ranks, i.e.

[TABLE="width: 500"]
<tbody>[TR]
[TD]employee[/TD]
[TD]metric 1[/TD]
[TD]m1 rank[/TD]
[TD]metric 2[/TD]
[TD]m2 rank[/TD]
[TD]metric 3[/TD]
[TD]m3 rank[/TD]
[TD]sum of ranks[/TD]
[TD]overall rank[/TD]
[/TR]
[TR]
[TD]A
[/TD]
[TD]100[/TD]
[TD]1[/TD]
[TD]50[/TD]
[TD]3[/TD]
[TD]75[/TD]
[TD]2[/TD]
[TD]6[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]75[/TD]
[TD]2[/TD]
[TD]75[/TD]
[TD]2[/TD]
[TD]25[/TD]
[TD]3[/TD]
[TD]7[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]50[/TD]
[TD]3[/TD]
[TD]100[/TD]
[TD]1[/TD]
[TD]100[/TD]
[TD]1[/TD]
[TD]5[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]

Is there any way to sum m1 rank, m2 rank, and m3 rank in the pivot table?

Thanks!
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
You either have to make a value available in the source data to create a Calculated Field or go to a DAX solution with Power Pivot.
 
Upvote 0

Forum statistics

Threads
1,223,910
Messages
6,175,318
Members
452,634
Latest member
cpostell

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