Ranking results using two values and specific criterea

taubeam

New Member
Joined
Mar 6, 2014
Messages
49
I have a list of two different results that i have to Rank regionally and nationally

Where Column F (Region) is the region indicator and Column J (TSRs) is the first result and Column K (ACV) is the second result.

For Column J's (TSRs) ranking I will have a great deal of ties. I would like to break the tie with Column K (ACV)

Right now I have =COUNTIFS($F$3:$F$419,$F3,J$3:J$419,">"&$J3)+1 I need to also compare to column K./ Does anyone have an idea?

[TABLE="width: 568"]
<colgroup><col><col><col><col span="3"></colgroup><tbody>[TR]
[TD]Region[/TD]
[TD]Direct manager indicator[/TD]
[TD]Vertical Manager Indicator[/TD]
[TD]RFPs[/TD]
[TD]TSRs[/TD]
[TD]ACV[/TD]
[/TR]
[TR]
[TD]MW[/TD]
[TD]OA2[/TD]
[TD]PS02[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"]0[/TD]
[TD="align: right"]$0[/TD]
[/TR]
[TR]
[TD]WT[/TD]
[TD]DU1[/TD]
[TD]MS01[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"]0[/TD]
[TD="align: right"]$0[/TD]
[/TR]
[TR]
[TD]WT[/TD]
[TD]DU1[/TD]
[TD]PS01[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]0[/TD]
[TD="align: right"]$0[/TD]
[/TR]
[TR]
[TD]SC[/TD]
[TD]LA1[/TD]
[TD]MS01[/TD]
[TD="align: right"]6[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]$6,720[/TD]
[/TR]
[TR]
[TD]SC[/TD]
[TD]IR2[/TD]
[TD]PS01[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]$27,720[/TD]
[/TR]
[TR]
[TD]SW[/TD]
[TD]SAN[/TD]
[TD]PS01[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"]0[/TD]
[TD="align: right"]$0[/TD]
[/TR]
[TR]
[TD]SW[/TD]
[TD]DA1[/TD]
[TD]PS01[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"]$6,608[/TD]
[/TR]
[TR]
[TD]SE[/TD]
[TD]BR1[/TD]
[TD]FS02[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"]$15,116[/TD]
[/TR]
[TR]
[TD]NY[/TD]
[TD]NY3[/TD]
[TD]ZZZZ[/TD]
[TD="align: right"]3[/TD]
[TD="align: right"]2[/TD]
[TD="align: right"]$34,080[/TD]
[/TR]
[TR]
[TD]NY[/TD]
[TD]NY7[/TD]
[TD]PS02[/TD]
[TD="align: right"]9[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]$85,680[/TD]
[/TR]
</tbody>[/TABLE]


Please and Thank You
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
is this what you want?

<b>Worksheet Formulas</b><table cellpadding="2.5px" width="100%" rules="all" style="border: 1px solid;text-align:center;background-color: rgb(255,255,255);border-collapse: collapse; border-color: rgb(187,187,187)"><thead><tr style=" background-color: rgb(218,231,245);color: rgb(22,17,32)"><th width="10px">Cell</th><th style="text-align:left;padding-left:5px;">Formula</th></tr></thead><tbody><tr><th width="10px" style=" background-color: rgb(218,231,245);color: rgb(22,17,32)">L2</th><td style="text-align:left">=RANK(<font color="Blue">J2,$J$2:$J$11,0</font>)+COUNTIFS(<font color="Blue">$K$2:$K$11,">"&K2,$J$2:$J$11,J2</font>)</td></tr></tbody></table></td></tr></table><br />



Excel 2013/2016
FGHIJKL
1RegionDirect manager indicatorVertical Manager IndicatorRFPsTSRsACVrank
2MWOA2PS0220$07
3WTDU1MS0120$07
4WTDU1PS0110$07
5SCLA1MS0161$6,7206
6SCIR2PS0111$27,7205
7SWSANPS0120$07
8SWDA1PS0142$6,6083
9SEBR1FS0222$15,1162
10NYNY3ZZZZ32$34,0801
11NYNY7PS0291$85,6804
Sheet3
 
Upvote 0
Yes that will totally work perfectly for my national rank, but I also need to do one based on what their value is in column F.

The one you wrote ranks the whole list together (419 rows) but I need to also rank them among st their region which is indicated in column F

Does that make sense? =COUNTIFS($F$3:$F$419,$F3
 
Upvote 0
you mean this way?


=RANK(J2,$J$2:$J$11,0)+COUNTIFS($K$2:$K$11,">"&K2,$J$2:$J$11,J2)+COUNTIFS($K$2:$K$11,K2,$J$2:$J$11,J2,$F$2:$F$11,"<"&F2)



Excel 2013/2016
ABCDEFGHIJKL
1RegionDirect manager indicatorVertical Manager IndicatorRFPsTSRsACVrank
2MWOA2PS0220$07
3WTDU1MS0120$09
4WTDU1PS0110$09
5SCLA1MS0161$6,7206
6SCIR2PS0111$27,7205
7SWSANPS0120$08
8SWDA1PS0142$6,6083
9SEBR1FS0222$15,1162
10NYNY3ZZZZ32$34,0801
11NYNY7PS0291$85,6804
Sheet3
 
Upvote 0
Thanks so much for looking at it again, but that is still a national rank

What I'm trying to do is get a rank for each region with out maintaining a table for each region. so the end result would have a 1st, 2nd, or 3rd rank for each region in column F
 
Upvote 0
no problem. another try, let's see if I understood it this time around

L2: =1+COUNTIFS($F$2:$F$11,F2,$J$2:$J$11,">"&J2)+COUNTIFS($F$2:$F$11,F2,$J$2:$J$11,J2,$K$2:$K$11,">"&K2)


Excel 2013/2016
FGHIJKL
1RegionDirect manager indicatorVertical Manager IndicatorRFPsTSRsACVrank
2MWOA2PS0220$01
3NYNY3ZZZZ32$34,0801
4NYNY7PS0291$85,6802
5SCIR2PS0111$27,7201
6SCLA1MS0161$6,7202
7SEBR1FS0222$15,1161
8SWDA1PS0142$6,6081
9SWSANPS0120$02
10WTDU1MS0120$01
11WTDU1PS0110$01
Sheet3
 
Upvote 0

Forum statistics

Threads
1,223,214
Messages
6,170,771
Members
452,353
Latest member
strainu

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