Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How to determine the ranking positions?

Does anyone have any suggestions on how to determine the ranking positions?
There is a list of numbers under column A, I would like to determine the
ranking number starting from max to min.
Does anyone have any suggestions?
For example,
5 Rank (3) 3 should be returned under column B
4 Rank (4) 4 should be returned under column B
6 Rank (2) 2 should be returned under column B
8 Rank (1) 1 should be returned under column B

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 833
Default How to determine the ranking positions?

EXCEL 2007.

1. In cells A2 to A5 enter:-

5
4
6
8

2. Give the above a Range Name of:-

RangeName

3. In cell B2 type:-

=RANK(A2,RankRange)

Copy this from B 2 to B3:B5

4. Results seen in B2 to B5 a-

3
4
2
1

Above seems to agree with your expected results.

If my comments have helped please hit Yes.









"Eric" wrote:

Does anyone have any suggestions on how to determine the ranking positions?
There is a list of numbers under column A, I would like to determine the
ranking number starting from max to min.
Does anyone have any suggestions?
For example,
5 Rank (3) 3 should be returned under column B
4 Rank (4) 4 should be returned under column B
6 Rank (2) 2 should be returned under column B
8 Rank (1) 1 should be returned under column B

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 806
Default How to determine the ranking positions?

Hello,

I suggest o have a look here.

http://sulprobil.com/html/rank.html

Regards,
Bernd
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 833
Default How to determine the ranking positions?

To give something a Range Name:-

- highlight, for example, cells A 2 to A 5

- click in the Name Box (the cell above the A in the A column)

- type in a Range Name (for example: RangeName)

- hit Return

If my comments have helped please hit Yes.

Thanks.





"Eric" wrote:

Does anyone have any suggestions on how to determine the ranking positions?
There is a list of numbers under column A, I would like to determine the
ranking number starting from max to min.
Does anyone have any suggestions?
For example,
5 Rank (3) 3 should be returned under column B
4 Rank (4) 4 should be returned under column B
6 Rank (2) 2 should be returned under column B
8 Rank (1) 1 should be returned under column B

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
sum of text positions Kevin Excel Worksheet Functions 10 December 11th 08 09:34 PM
1st and 2nd.... positions gorro Excel Discussion (Misc queries) 21 January 21st 08 06:35 AM
Lon Lat positions in chart Peter[_3_] Charts and Charting in Excel 1 August 10th 07 08:14 PM
using particular positions within an array BorisS Excel Worksheet Functions 2 November 12th 05 02:19 PM
Excel VBA Positions Available Career Capital Excel Discussion (Misc queries) 0 September 9th 05 05:30 AM


All times are GMT +1. The time now is 03:04 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"