Ranking problem when returning a tie

GabeKnight

New Member
Joined
Jul 29, 2011
Messages
7
Hi,
I have a list of scores relating to performance of sites.
Each month the scores will update a league table.

The league table is auto populated and ranked. The problem comes when 2 sites have the same score and are ranked the same.
When the table is populated instead of getting the following example

P1 Site A
P1 Site B
P3 Site C
etc.

it gives the following

P1 Site A
P2 Site A
P3 Site C
etc.

How do I get it to show a tie between Site A and Site B and list both sites.
Please note I do not require a tie breaker (unfortunately)

The formula in use are

=RANK(League!T4,League!$T$4:$T$11,0)+COUNTIF(League!$T4:T4,League!T4)-1

to rank the sites


=OFFSET(League!S$4,MATCH(SMALL(League!U$4:U$11,ROW()-ROW(T$13)+1),League!U$4:U$11,0)-1,0)

to order the sites in a ranked table

Any help greatly appreciated thanks
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Hi,

I think you were missing a "$" in your unique ranking formula
=RANK(League!T4,League!$T$4:$T$11,0)+COUNTIF(League!$T$4:T4,League!T4)-1

This should work...
Excel Workbook
STU
4Site A1001
5Site B1002
6Site C983
7Site D807
8Site E855
9Site F914
10Site G778
11Site H826
12
13P1Site A
14P1Site B
15P3Site C
16P7Site F
17P5Site E
18P4Site H
19P8Site D
20P6Site G
League
 
Upvote 0

Forum statistics

Threads
1,224,564
Messages
6,179,548
Members
452,927
Latest member
rows and columns

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