Ranking Issue

mohamed ali abdelgawad

Board Regular
Joined
Nov 18, 2016
Messages
71
Office Version
  1. 365
Platform
  1. Windows
Hi Dears

i use this formula to get unique rank

Code:
=IFERROR((COUNTIF(F5:F$426,F5)-1)+RANK(F5,F$6:F$426),"")

Screenshot_2017-07-10_19.13.16.png


But some times i didn't get some number
like you see here . no 10 rank

Screenshot_2017-07-10_19.13.25.png



so ho to avoid this issue
example sheet

Thank
 
Hum, you had 2 times the rank 12 (Sales 328 and sales 340). I evaluated both formula and observed a difference in the rank part of the formula. One showed 10 and the other showed 9. Both cells equal 115%. I rewrote the second one and instantly, the problem was solved ...

I clearly don't understand the problematic here and will try to find the origin of this problem. If someone else know the reason in the forum, I hope they will help you.
 
Upvote 0

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Hum, you had 2 times the rank 12 (Sales 328 and sales 340). I evaluated both formula and observed a difference in the rank part of the formula. One showed 10 and the other showed 9. Both cells equal 115%. I rewrote the second one and instantly, the problem was solved ...

I clearly don't understand the problematic here and will try to find the origin of this problem. If someone else know the reason in the forum, I hope they will help you.
thanks for your support :)
also i hope anyone solve it
 
Upvote 0
There is something evil with your cell F344.
It is showing 115%. But it contains something slightly larger than 115%.
I can't figure out what is in there, but if I sort the percentages descending, Store 340 comes before Store 27, 118, and 328 which also contain 115%.

I figure it was a floating point issue, but there is no way that I can coax 115.00000001 out of that cell.

So, I can't tell you what is causing it. But I can tell you a simple fix: Go to cell F344. Type 115%. The formulas that you have will start working again.
 
Upvote 0
There is something evil with your cell F344.
It is showing 115%. But it contains something slightly larger than 115%.
I can't figure out what is in there, but if I sort the percentages descending, Store 340 comes before Store 27, 118, and 328 which also contain 115%.

I figure it was a floating point issue, but there is no way that I can coax 115.00000001 out of that cell.

So, I can't tell you what is causing it. But I can tell you a simple fix: Go to cell F344. Type 115%. The formulas that you have will start working again.
thanks MR.excel
this part of automated report all numbers generated automatically
I can't type number myself in any cell.
 
Upvote 0
Okay then what if you round the number? Maybe you round all up or down.

Like =roundup(A1,0) or rounddown(A1,0)
Based on what you wanna achieve so that you can do away with all floating points.
Regards
Kelly
 
Upvote 0
Okay then what if you round the number? Maybe you round all up or down.

Like =roundup(A1,0) or rounddown(A1,0)
Based on what you wanna achieve so that you can do away with all floating points.
Regards
Kelly

Round help in this case but numbers will not be accurate

is that any other formula to rank uniquely
 
Upvote 0
Post a small sample of how you want your output look like.
 
Upvote 0

Forum statistics

Threads
1,214,402
Messages
6,119,304
Members
448,886
Latest member
GBCTeacher

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