Duplicates when rank ordering

G

Guest

I am ranking some data using the following formula (which I thought prevented
duplicate ranks occuring), but I am getting duplicates in my ranking:

=RANK(CE2,BoysExtraCurricular)+COUNTIF($CE$2:CE$2,CE$2)-1

Can anyone suggest what I can change in the formula to get rid of the
duplicates.

Thanks.
 
G

Guest

This works
=RANK(B2,$B$2:$B$12)+COUNTIF($B$2:$B2,B2)-1

change yours to
=RANK(CE2,BoysExtraCurricular)+COUNTIF($CE$2:#CE2,CE2)-1

Regards
Peter
 
G

Guest

Unfortunately that just brings up an error (although it doesnt tell me how to
fix the error) - so that hasnt worked.

Anyone have any other suggestions??
 
G

Guest

You do not say what the error is but maybe it is a ref error try changing the
range
RANK(CE2,BoysExtraCurricular) to the specific range BoysExtraCurricular
refers to.

To make sure that the range is there click on Name Box on the formula edit
tool bar and see if you can select BoysExtraCurricular from there.

Regards
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Problems Rank Ordering 4
RANK - dont include zeros 5
rank question 1
Need to rank values with ties 9
Breaking Ties in Ranking 4
Rank within a category 3
How to Rank Name? 4
How to rank 9

Top