#1   Report Post  
Posted to microsoft.public.excel.misc
pytelium
 
Posts: n/a
Default ordering


I have 3 columns as shown in attached sheet. This is the start of a
large sheet,column 1 shows the first 4 events .
There are a series of scores for each event in cols 2 and 3. I need the
following cols 4 and 5. In col 4 print the rank order of the scores for
first event form col 2,highest is 1 , 2nd highest is 2 etc. Similairly
in col 5 I want the rank order printed for the scores in col3.


+-------------------------------------------------------------------+
|Filename: march.zip |
|Download: http://www.excelforum.com/attachment.php?postid=4428 |
+-------------------------------------------------------------------+

--
pytelium
------------------------------------------------------------------------
pytelium's Profile: http://www.excelforum.com/member.php...o&userid=25521
View this thread: http://www.excelforum.com/showthread...hreadid=520342

  #2   Report Post  
Posted to microsoft.public.excel.misc
bigwheel
 
Posts: n/a
Default ordering

Check out the RANK worksheet function.

Syntax

RANK(number,ref,order)

Number is the number whose rank you want to find.

Ref is an array of, or a reference to, a list of numbers. Nonnumeric values
in ref are ignored.

Order is a number specifying how to rank number.

If order is 0 (zero) or omitted, Microsoft Excel ranks number as if ref were
a list sorted in descending order.

If order is any nonzero value, Microsoft Excel ranks number as if ref were a
list sorted in ascending order.

"pytelium" wrote:


I have 3 columns as shown in attached sheet. This is the start of a
large sheet,column 1 shows the first 4 events .
There are a series of scores for each event in cols 2 and 3. I need the
following cols 4 and 5. In col 4 print the rank order of the scores for
first event form col 2,highest is 1 , 2nd highest is 2 etc. Similairly
in col 5 I want the rank order printed for the scores in col3.


+-------------------------------------------------------------------+
|Filename: march.zip |
|Download: http://www.excelforum.com/attachment.php?postid=4428 |
+-------------------------------------------------------------------+

--
pytelium
------------------------------------------------------------------------
pytelium's Profile: http://www.excelforum.com/member.php...o&userid=25521
View this thread: http://www.excelforum.com/showthread...hreadid=520342


  #3   Report Post  
Posted to microsoft.public.excel.misc
pytelium
 
Posts: n/a
Default ordering


Thanks,I can do this for the first event but don't know how to get the
sheet to go onto the 2nd event,I want to be able to autofill down for
hundreds of events


--
pytelium
------------------------------------------------------------------------
pytelium's Profile: http://www.excelforum.com/member.php...o&userid=25521
View this thread: http://www.excelforum.com/showthread...hreadid=520342

  #4   Report Post  
Posted to microsoft.public.excel.misc
bigwheel
 
Posts: n/a
Default ordering

If your data was in, say, cells A1 to A100 then the formula would be (in B1)
=RANK(A1,$A$1:$A$100,1) A1 being the cell to be tested A1:A100 the range of
values to get the order for. This formula then needs to be copied into B2
and all the way down to B100

"pytelium" wrote:


Thanks,I can do this for the first event but don't know how to get the
sheet to go onto the 2nd event,I want to be able to autofill down for
hundreds of events


--
pytelium
------------------------------------------------------------------------
pytelium's Profile: http://www.excelforum.com/member.php...o&userid=25521
View this thread: http://www.excelforum.com/showthread...hreadid=520342


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
free templates for stock ordering, etc. roger_home Excel Discussion (Misc queries) 1 January 19th 06 02:32 AM
anyone have a food ordering system for a small catering company? jonathan Setting up and Configuration of Excel 0 November 14th 05 09:58 PM
Need help on formulating ordering Angela Excel Worksheet Functions 2 October 7th 05 08:38 PM
Ordering Patterns Tom Hewitt Excel Discussion (Misc queries) 0 September 20th 05 03:06 PM
Customer ordering forms Josephine New Users to Excel 1 March 18th 05 04:06 AM


All times are GMT +1. The time now is 06:25 AM.

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"