#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jonboy4969
 
Posts: n/a
Default rank

hi guys sorry to seem thick i have a very very basic knowledge of excel, but
am in the proces of doing a fantasy F1 competition, i have managed to do all
other formula's no worries, i am stuck on the final one, though.

i have in columns W6:W17 the final totals, what i am after is in column
Y6:Y17 i wish to place a ranking of first second third in order of who has
the highest points i have read some of the responses on other questions but
am totally TOTALLY lost...

please help......
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default rank

=LARGE($W$1:$W$7,ROW())

Copy down 17 rows.


--
Kind regards,

Niek Otten

"jonboy4969" wrote in message
...
hi guys sorry to seem thick i have a very very basic knowledge of excel,
but
am in the proces of doing a fantasy F1 competition, i have managed to do
all
other formula's no worries, i am stuck on the final one, though.

i have in columns W6:W17 the final totals, what i am after is in column
Y6:Y17 i wish to place a ranking of first second third in order of who has
the highest points i have read some of the responses on other questions
but
am totally TOTALLY lost...

please help......



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Alex
 
Posts: n/a
Default rank

JonBoy4969

Ok. I think this will work.

In W6:W17 you have final scores. In Y6:Y17 you want the scores to be ordered
such that the highest score is in Y6, the second highest in Y7 etc.

In Y6 type the following formula and drag down to Y17:

=LARGE($W$6:$W$17,ROW(W6)-5)

LARGE returns the kth largest value from a range and takes two arguments.

The first is the data range i.e. your final scores.

The second states which value we want e.g. the first highest, second highest
etc. Here you take the row value of W6 i.e. 6 and then minus 5 to give 1.
This tells the formula to return the highest value. For W7 it takes 7 - 5 to
give 2 so you get the second highest value etc.

This will order your socres.

Happy trails...

Alex

"jonboy4969" wrote:

hi guys sorry to seem thick i have a very very basic knowledge of excel, but
am in the proces of doing a fantasy F1 competition, i have managed to do all
other formula's no worries, i am stuck on the final one, though.

i have in columns W6:W17 the final totals, what i am after is in column
Y6:Y17 i wish to place a ranking of first second third in order of who has
the highest points i have read some of the responses on other questions but
am totally TOTALLY lost...

please help......

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Aladin Akyurek
 
Posts: n/a
Default rank

If you want to construct a Top 3 list, based on the final totals, see my
post in:

http://www.excelforum.com/showthread.php?t=333697

jonboy4969 wrote:
hi guys sorry to seem thick i have a very very basic knowledge of excel, but
am in the proces of doing a fantasy F1 competition, i have managed to do all
other formula's no worries, i am stuck on the final one, though.

i have in columns W6:W17 the final totals, what i am after is in column
Y6:Y17 i wish to place a ranking of first second third in order of who has
the highest points i have read some of the responses on other questions but
am totally TOTALLY lost...

please help......

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jonboy4969
 
Posts: n/a
Default rank



CHEES GUYS, TRIED THE ANSWERS YOU GAVE AND THEY WORK WONDERFULLY, HAD TO
TWEEK A COUPLEO F BITS BUT IT WORKS.

WELL PLEASED

THANK YOU

JON
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
Creating a table based on rank giantwolf Excel Worksheet Functions 2 January 10th 06 02:54 PM
Rank where lowest value is highest rank mile3024 Excel Worksheet Functions 2 December 9th 05 10:57 PM
RANK formula KG Excel Discussion (Misc queries) 3 September 23rd 05 03:27 PM
how can i rank a column in excel David B. Excel Worksheet Functions 4 August 30th 05 03:54 AM
Rank fx - Fill Down? Steve B Excel Worksheet Functions 1 February 23rd 05 08:28 PM


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