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
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