#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 143
Default Ranking Question

I am dealing with a dataset that has a many ties in it. This is a list of
sales from 2008 to current, by customer and I need to rank on total sales.
In many cases, our smaller customers will buy the same items in the same
quantity month after month so it is not uncommon to have 100+ customers with
the exact same total sales amount.

How would I write a formula to ignore multiple ties, e.g.:

Total Amount Rank
1,000,000 1
900,000 2
300,000 3
5,000 4
5,000 5
5,000 6
5,000 7
5,000 8
2,500 9
2,500 10
50 11
50 12
50 13
25 14
and so on.

Thanks!
PJ
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Ranking Question

Try this...

Salses amounts starting in cell A2. Enter this formula in B2 and copy down
as needed:

=RANK(A2,A$2:A$15)+COUNTIF(A$2:A2,A2)-1

--
Biff
Microsoft Excel MVP


"PJFry" wrote in message
...
I am dealing with a dataset that has a many ties in it. This is a list of
sales from 2008 to current, by customer and I need to rank on total sales.
In many cases, our smaller customers will buy the same items in the same
quantity month after month so it is not uncommon to have 100+ customers
with
the exact same total sales amount.

How would I write a formula to ignore multiple ties, e.g.:

Total Amount Rank
1,000,000 1
900,000 2
300,000 3
5,000 4
5,000 5
5,000 6
5,000 7
5,000 8
2,500 9
2,500 10
50 11
50 12
50 13
25 14
and so on.

Thanks!
PJ



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 143
Default Ranking Question

That did it.

Thanks!
--
Regards,

PJ
Please rate this post using the vote buttons if it was helpful.



"T. Valko" wrote:

Try this...

Salses amounts starting in cell A2. Enter this formula in B2 and copy down
as needed:

=RANK(A2,A$2:A$15)+COUNTIF(A$2:A2,A2)-1

--
Biff
Microsoft Excel MVP


"PJFry" wrote in message
...
I am dealing with a dataset that has a many ties in it. This is a list of
sales from 2008 to current, by customer and I need to rank on total sales.
In many cases, our smaller customers will buy the same items in the same
quantity month after month so it is not uncommon to have 100+ customers
with
the exact same total sales amount.

How would I write a formula to ignore multiple ties, e.g.:

Total Amount Rank
1,000,000 1
900,000 2
300,000 3
5,000 4
5,000 5
5,000 6
5,000 7
5,000 8
2,500 9
2,500 10
50 11
50 12
50 13
25 14
and so on.

Thanks!
PJ




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Ranking Question

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"PJFry" wrote in message
...
That did it.

Thanks!
--
Regards,

PJ
Please rate this post using the vote buttons if it was helpful.



"T. Valko" wrote:

Try this...

Salses amounts starting in cell A2. Enter this formula in B2 and copy
down
as needed:

=RANK(A2,A$2:A$15)+COUNTIF(A$2:A2,A2)-1

--
Biff
Microsoft Excel MVP


"PJFry" wrote in message
...
I am dealing with a dataset that has a many ties in it. This is a list
of
sales from 2008 to current, by customer and I need to rank on total
sales.
In many cases, our smaller customers will buy the same items in the
same
quantity month after month so it is not uncommon to have 100+ customers
with
the exact same total sales amount.

How would I write a formula to ignore multiple ties, e.g.:

Total Amount Rank
1,000,000 1
900,000 2
300,000 3
5,000 4
5,000 5
5,000 6
5,000 7
5,000 8
2,500 9
2,500 10
50 11
50 12
50 13
25 14
and so on.

Thanks!
PJ






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
2 part ranking question pgarcia Excel Discussion (Misc queries) 1 November 29th 07 12:10 AM
Ranking Formula Question 57Caddy Excel Discussion (Misc queries) 5 September 26th 07 09:25 PM
Tricky Ranking Question SteveC Excel Discussion (Misc queries) 1 August 24th 07 03:11 AM
Ranking question (ties) rozeltf Excel Discussion (Misc queries) 5 April 8th 06 05:25 PM
Another ranking question Liz23 Excel Worksheet Functions 2 February 11th 05 10:55 PM


All times are GMT +1. The time now is 02:07 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"