#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default duplicate rank issue

hi all, this is probably simple but I cant figure it out.
I have the following data, currently ranked by Pts. 2 rows show the same Pts
value and are then ranked the same. I need to rank these by Pts and then by a
further set of values to get a rank with no duplications.

Data Pts GD Rank
A 7 12 1
B 3 19 3
C 3 10 3
D 6 9 2

I would want B to be ranked 3 and C to be ranked 4, based on Pts then by GD.
Can this be done? Help!!


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 806
Default duplicate rank issue

Hello,

I suggest to use the COUNTIF + COUNTIF approach as shown under 2. at
http://sulprobil.com/html/sorting.html

Regards,
Bernd
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default duplicate rank issue

Try this:

=RANK(B1,B$1:B$4)+SUMPRODUCT(--(B1=B$1:B$4),--(C1<C$1:C$4))

Copy down as needed.

--
Biff
Microsoft Excel MVP


"Russler" wrote in message
...
hi all, this is probably simple but I cant figure it out.
I have the following data, currently ranked by Pts. 2 rows show the same
Pts
value and are then ranked the same. I need to rank these by Pts and then
by a
further set of values to get a rank with no duplications.

Data Pts GD Rank
A 7 12 1
B 3 19 3
C 3 10 3
D 6 9 2

I would want B to be ranked 3 and C to be ranked 4, based on Pts then by
GD.
Can this be done? Help!!




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Duplicate value causes VLOOKUP issue... Richth Excel Worksheet Functions 6 November 29th 08 01:04 AM
rank the numbers / range of data using 'RANK' and 'ABS' KP Excel Worksheet Functions 1 March 8th 08 05:50 PM
RANK, duplicate ranking but no gaps in rank arron laing Excel Worksheet Functions 4 June 14th 06 07:57 AM
Rank where lowest value is highest rank mile3024 Excel Worksheet Functions 2 December 9th 05 10:57 PM
Rank items, select one start date, have remaining dates follow based on rank rob normerica Excel Discussion (Misc queries) 1 August 15th 05 09:36 PM


All times are GMT +1. The time now is 12:31 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"