Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Finding highest values

First off, thanks to all who helped me before, works great!

I have rows with multiple info, i.e. name, age, sub-event score and a final
total score. Is there a way I can have a second sheet sort through these
scores and keep a constantly updating "top four" in each age group? The "top
four" would be the top four FINAL scores from each AGE group. The tie
breaker for any ties is the value listed as TIME. I know I can do this as a
sort, but I would like this on a seperate sheet and constantly updating.

Am I asking too much?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Finding highest values

You can use the RANK formula to give you the order, or a series of
LARGE functions with 1, 2, 3, 4 as the parameter, and then use VLOOKUP
to get the matching data.

Follow this link for a detailed explanation:

http://www.cpearson.com/excel/rank.htm

Hope this helps.

Pete


On Jul 4, 8:20 pm, Hoytmedic
wrote:
First off, thanks to all who helped me before, works great!

I have rows with multiple info, i.e. name, age, sub-event score and a final
total score. Is there a way I can have a second sheet sort through these
scores and keep a constantly updating "top four" in each age group? The "top
four" would be the top four FINAL scores from each AGE group. The tie
breaker for any ties is the value listed as TIME. I know I can do this as a
sort, but I would like this on a seperate sheet and constantly updating.

Am I asking too much?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Finding highest values

Hi,

Not being certain how your data are laid out makes it difficult to be
precise. However, with your scores in B1 - B20 and the names in A1 - A20 put
this in C1 and drag down 4 cells. It will return the names of the top 4 scores

=OFFSET($B$1,MATCH(LARGE(B$1:B$20,ROW()),$B$1:$B$2 0,0)-1,-1,1,1)

I've almost certainly got your data layout incorrect but you may be able to
adapt it.

Mike

"Hoytmedic" wrote:

First off, thanks to all who helped me before, works great!

I have rows with multiple info, i.e. name, age, sub-event score and a final
total score. Is there a way I can have a second sheet sort through these
scores and keep a constantly updating "top four" in each age group? The "top
four" would be the top four FINAL scores from each AGE group. The tie
breaker for any ties is the value listed as TIME. I know I can do this as a
sort, but I would like this on a seperate sheet and constantly updating.

Am I asking too much?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Finding highest values

I guess I left out some details, sorry. I have the names in C2-C100. The
final score will be in Column L, Age in Column D, and the Time in Column K.
I need it to produce the top four scores from each of the three age groups
(8,10 and 12) and show me the names. Any ties would be broken by the lowest
TIME value.

"Mike H" wrote:

Hi,

Not being certain how your data are laid out makes it difficult to be
precise. However, with your scores in B1 - B20 and the names in A1 - A20 put
this in C1 and drag down 4 cells. It will return the names of the top 4 scores

=OFFSET($B$1,MATCH(LARGE(B$1:B$20,ROW()),$B$1:$B$2 0,0)-1,-1,1,1)

I've almost certainly got your data layout incorrect but you may be able to
adapt it.

Mike

"Hoytmedic" wrote:

First off, thanks to all who helped me before, works great!

I have rows with multiple info, i.e. name, age, sub-event score and a final
total score. Is there a way I can have a second sheet sort through these
scores and keep a constantly updating "top four" in each age group? The "top
four" would be the top four FINAL scores from each AGE group. The tie
breaker for any ties is the value listed as TIME. I know I can do this as a
sort, but I would like this on a seperate sheet and constantly updating.

Am I asking too much?

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
Finding the highest value from two columns of data JaB Excel Worksheet Functions 1 May 2nd 06 01:20 PM
Finding the highest values bob135 Excel Discussion (Misc queries) 7 April 12th 06 08:22 AM
Finding the next highest value in a list mc32 Excel Discussion (Misc queries) 4 February 7th 06 06:39 PM
Finding (Multiple) Highest Values in Column Shay Hurley Excel Worksheet Functions 1 October 3rd 05 04:19 PM
finding highest dollar amount Jim Gentile Excel Worksheet Functions 2 December 7th 04 05:53 PM


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