PC Review


Reply
Thread Tools Rate Thread

How do I keep a running 'Top five' in Excel?

 
 
=?Utf-8?B?TmVsc29u?=
Guest
Posts: n/a
 
      6th Jul 2006
I'd like to keep a running 'Top Five' in Excel. Attach names to values, and
list the top five names that the values are attached to.
Eg:
Mike - 5
Steve - 6
At the moment, the top value would be 6, so the cell would display 'Steve'.
But if we add 2 points to Mike, the cell would automatically update to
display 'Mike' as he has a higher value. Is this possible?
 
Reply With Quote
 
 
 
 
starguy
Guest
Posts: n/a
 
      6th Jul 2006

you should first change the format i-e enter points in left column and
names in right column (opposite to as you mentioned)
suppose you have points in col A and names in col B (suppose which
constitutes a range of A1:B10) then use the following functions to
display the names having top five scores

for top first =VLOOKUP(LARGE($A$1:$A$10,1),$A$1:$B$10,2,FALSE)
for top second =VLOOKUP(LARGE($A$1:$A$10,2),$A$1:$B$10,2,FALSE)
for top third =VLOOKUP(LARGE($A$1:$A$10,3),$A$1:$B$10,2,FALSE)
for top fourth =VLOOKUP(LARGE($A$1:$A$10,4),$A$1:$B$10,2,FALSE)
for top fifth =VLOOKUP(LARGE($A$1:$A$10,5),$A$1:$B$10,2,FALSE)

hope this would help you.


--
starguy
------------------------------------------------------------------------
starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434
View this thread: http://www.excelforum.com/showthread...hreadid=558779

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Running Word (and Excel) code from within Excel, to process both file types IanKR Microsoft Excel Programming 2 19th May 2009 11:47 PM
Excel 2007 Goal Seek Macro Running 7 times slower than Excel 2003 Thomas Shortt Microsoft Excel Programming 0 15th Sep 2008 04:32 PM
Running a macro from Access in excel and then refreshing external data in excel cstraim@yahoo.com Microsoft Excel Programming 1 31st Aug 2006 08:25 PM
Userfrom code in written in Excel 2000 running in Excel 97 KimberlyC Microsoft Excel Programming 1 11th Feb 2004 08:45 PM
VB code needed for running newer excel version macros in older excel versions Tom Microsoft Excel Programming 6 16th Oct 2003 03:11 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:22 AM.