Rank formula issues

damians

New Member
Joined
Jun 13, 2014
Messages
2
Hello All,

in my excel sheet i need to rank different sellers, according to "results points" given so far (points are given in ascending order : higher points = best valuation).
I tried to use the "RANK" formula, but it's giving me some strange results.

At the moment all the sellers have a score between 0 and 3, but this score can increase up to N.

Here the table (starts on line 68)
Formula i used is
=RANK(B68;B$68:B$89;1)

Seller (col A)points (col B)rank -ascending (col C)
A17
b31
c17
d17
e17
f31
g17
h17
i17
j31
k31
l31
m17
n31
o17
p17
q022
r17
s17
t17
u17
v17

<tbody>
</tbody>

Anyone can help me?
Thanks
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Rank is working as it should.

You have 6 sellers with points of 3 and as 3 is the highest they are all ranked joint first (1)
As 6 sellers have been ranked the next available rank is 7.

You have 15 sellers with points of 1 so they are all ranked joint seventh (the next available rank)

Finally you have 1 seller with zero and is last the next available rank is 6 (joint first) + 15 (joint seventh) + 1 = 22

If you want the rank to be different you will need to provide more info about how rank will decide the difference between sellers with the same score.
 
Upvote 0
Thanks Comfy !
Unfortunatly i'm not expert enough of RANK formula to understand that it was working correctly ...

About how i'd like to have the ranking done:
at the moment the "points" earned are only "0" "1" "3"
--> i'd like to have that all the ppl who had a 3 are ranked as 1st, then all the ppl with a 2 are ranke as 2nd, and the only one with 0 is ranked as 3rd.

let's say like a soccer league ranking, just to clarify you what i've in my mind
 
Upvote 0
Thanks Comfy !
Unfortunatly i'm not expert enough of RANK formula to understand that it was working correctly ...

About how i'd like to have the ranking done:
at the moment the "points" earned are only "0" "1" "3"
--> i'd like to have that all the ppl who had a 3 are ranked as 1st, then all the ppl with a 2 are ranke as 2nd, and the only one with 0 is ranked as 3rd.

let's say like a soccer league ranking, just to clarify you what i've in my mind

Where I'm from sports ranking works like the RANK function.

So if you had two team in joint first the next available rank would be third.

But this will do as you asked:

http://www.mrexcel.com/forum/excel-...uplicate-ranks-without-skipping-sequence.html

Excel 2010
ABC
1Seller (col A)points (col B)rank -ascending (col C)
2A12
3b31
4c12
5d12
6e12
7f31
8g12
9h12
10i12
11j31
12k31
13l31
14m12
15n31
16o12
17p12
18q03
19r12
20s12
21t12
22u12
23v12
Sheet1
Cell Formulas
RangeFormula
C2=SUMPRODUCT((B2 < B$2:B$23)/COUNTIF(B$2:B$23,B$2:B$23))+1
 
Upvote 0

Forum statistics

Threads
1,216,028
Messages
6,128,387
Members
449,445
Latest member
JJFabEngineering

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