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

I need some assistance ranking a set of numbers. Here is the help screen
that Microsoft provides.

A
Data
1 7
2 3.5
3 3.5
4 1
5 2


Formula Description (Result)
=RANK(A3,A2:A6,1) Rank of 3.5 in the list above (3)
=RANK(A2,A2:A6,1) Rank of 7 in the list above (5)


This works great if I want to rank cell A1 #5. What is the formula is I
want cell A1 (the highest) to be ranked #1?

Thanks in advance for your help.

Regards,

Cory
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Ranking

Never mind, I think I just figured it out. For those that are wondering, it
appears to me that the formula should be:

=RANK(A2,A2:A6,0) Rank of 7 in the list above (1)

This appears to work. If this is not correct, please let me know.

Regards,

Cory


"dellbad" wrote:

I need some assistance ranking a set of numbers. Here is the help screen
that Microsoft provides.

A
Data
1 7
2 3.5
3 3.5
4 1
5 2


Formula Description (Result)
=RANK(A3,A2:A6,1) Rank of 3.5 in the list above (3)
=RANK(A2,A2:A6,1) Rank of 7 in the list above (5)


This works great if I want to rank cell A1 #5. What is the formula is I
want cell A1 (the highest) to be ranked #1?

Thanks in advance for your help.

Regards,

Cory

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Ranking

Yes, that is correct, although you will probably want to make it:

=RANK(A2,A$2:A$6,0)

if you want to copy it down.

You could also look at the LARGE and SMALL functions.

Hope this helps.

Pete

On Sep 10, 11:20 pm, dellbad
wrote:
Never mind, I think I just figured it out. For those that are wondering, it
appears to me that the formula should be:

=RANK(A2,A2:A6,0) Rank of 7 in the list above (1)

This appears to work. If this is not correct, please let me know.

Regards,

Cory



"dellbad" wrote:
I need some assistance ranking a set of numbers. Here is the help screen
that Microsoft provides.


A
Data
1 7
2 3.5
3 3.5
4 1
5 2


Formula Description (Result)
=RANK(A3,A2:A6,1) Rank of 3.5 in the list above (3)
=RANK(A2,A2:A6,1) Rank of 7 in the list above (5)


This works great if I want to rank cell A1 #5. What is the formula is I
want cell A1 (the highest) to be ranked #1?


Thanks in advance for your help.


Regards,


Cory- Hide quoted text -


- Show quoted text -



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
Top 10 Ranking again louiscourtney Excel Discussion (Misc queries) 0 July 19th 07 04:36 PM
Top 10 Ranking louiscourtney Excel Discussion (Misc queries) 10 July 19th 07 03:28 PM
ranking Soz Excel Worksheet Functions 6 September 14th 05 05:55 PM
Ranking Tim Sullivan Excel Worksheet Functions 7 July 18th 05 07:00 PM
Ranking Mike R Excel Discussion (Misc queries) 2 March 16th 05 06:57 AM


All times are GMT +1. The time now is 05:55 PM.

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"