Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / September 2007

Tip: Looking for answers? Try searching our database.

Return value from column A if value in column B is in top 3 MAX()

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
porter444 - 25 Sep 2007 21:56 GMT
In my worksheet I have a list of scores in column B, and in column A the
corresponding question.  What I'd like to do is show a list in another
worksheet of the top 3 scoring questions in decending order.

Example: data sheet (comma seperated)

Question,Score
1,70
2,89
3,90
4,65
5,99
6,55

Example:  results sheet

Question
5
3
2

Thanks in advance,

Scott
T. Valko - 25 Sep 2007 22:08 GMT
Try this.

Assume you want the formula in sheet Results starting in cell A1:

=MATCH(LARGE(Data!B$2:B$7,ROWS(A$1:A1)),Data!B$2:B$7,0)

Copy down to A3

Signature

Biff
Microsoft Excel MVP

> In my worksheet I have a list of scores in column B, and in column A the
> corresponding question.  What I'd like to do is show a list in another
[quoted text clipped - 20 lines]
>
> Scott
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.