#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Help Find The Top 5


I am running a contest at work were we have four teams made of 9 people.
We track 6 different items for each person, my sheet then calculates
there new total for each person. Off to the side I want to put a list
of the top five people like below.

.............100........50......40......30......20 ......10......total
Stacey..................3........2......12........ ........20.......790
Ryan....................5.................9....... ...........7.......590


_top_five_people_
stacey <--------so fist I need to find the top score and then return
the name
ryan <--------then I need to find the 2nd highest score and again
return the name.


Thanks for any help


--
MADx
------------------------------------------------------------------------
MADx's Profile: http://www.excelforum.com/member.php...o&userid=37687
View this thread: http://www.excelforum.com/showthread...hreadid=572928

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Help Find The Top 5

Hi!

If there are no ties then it's fairly straightforward:

Names in column A, Totals in column H.

=INDEX(A$2:A$10,MATCH(LARGE(H$2:H$10,ROWS($1:1)),H $2:H$10,0))

If there are ties then it's a little more complicated. Post back if that's
the case.

Biff

"MADx" wrote in message
...

I am running a contest at work were we have four teams made of 9 people.
We track 6 different items for each person, my sheet then calculates
there new total for each person. Off to the side I want to put a list
of the top five people like below.

............100........50......40......30......20. .....10......total
Stacey..................3........2......12........ ........20.......790
Ryan....................5.................9....... ...........7.......590


_top_five_people_
stacey <--------so fist I need to find the top score and then return
the name
ryan <--------then I need to find the 2nd highest score and again
return the name.


Thanks for any help


--
MADx
------------------------------------------------------------------------
MADx's Profile:
http://www.excelforum.com/member.php...o&userid=37687
View this thread: http://www.excelforum.com/showthread...hreadid=572928



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Help Find The Top 5

P.S.

Copy the formula down as needed.

Biff

"Biff" wrote in message
...
Hi!

If there are no ties then it's fairly straightforward:

Names in column A, Totals in column H.

=INDEX(A$2:A$10,MATCH(LARGE(H$2:H$10,ROWS($1:1)),H $2:H$10,0))

If there are ties then it's a little more complicated. Post back if that's
the case.

Biff

"MADx" wrote in
message ...

I am running a contest at work were we have four teams made of 9 people.
We track 6 different items for each person, my sheet then calculates
there new total for each person. Off to the side I want to put a list
of the top five people like below.

............100........50......40......30......20. .....10......total
Stacey..................3........2......12........ ........20.......790
Ryan....................5.................9....... ...........7.......590


_top_five_people_
stacey <--------so fist I need to find the top score and then return
the name
ryan <--------then I need to find the 2nd highest score and again
return the name.


Thanks for any help


--
MADx
------------------------------------------------------------------------
MADx's Profile:
http://www.excelforum.com/member.php...o&userid=37687
View this thread:
http://www.excelforum.com/showthread...hreadid=572928





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
Find Function Guy Lydig Excel Discussion (Misc queries) 2 May 19th 06 07:19 PM
Find and Replace blakrapter Excel Worksheet Functions 3 December 15th 05 12:25 AM
Code needed to find records from bottom up Andy Excel Discussion (Misc queries) 4 December 5th 05 03:27 AM
find a cells from a range of cell kelvintaycc Excel Worksheet Functions 2 April 2nd 05 07:20 PM
Excel has a "Find Next" command but no "Find Previous" command. Michael Fitzpatrick Excel Discussion (Misc queries) 2 January 10th 05 11:45 PM


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