Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Show the top three items in a list

I'm trying to find a way to display the top 3 items in a random list of more
than 7 components. Assuming I have the following data:

Column A (value) Column B (components)
2.3 z
3.5 y
1.2 x
6.2 w
4.5 v

I want to return the following:

Top 3 highest by component

6.2 w
4.5 v
3.5 y


Is there an easy way to do this? I'm thinking I need to use VLOOKUP and
possibly the RANK function, but can't seem to get the logic figured out.
Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Show the top three items in a list

Have a look at the LARGE (and SMALL) functions in Excel Help, and use
these in conjunction with MATCH and INDEX.

Hope this helps.

Pete

On Jan 15, 4:20*pm, petenice81
wrote:
I'm trying to find a way to display the top 3 items in a random list of more
than 7 components. *Assuming I have the following data: *

Column A (value) * * * * *Column B (components)
2.3 * * * * * * * * * * * * * * * * * * * * * *z
3.5 * * * * * * * * * * * * * * * * * * * * * *y
1.2 * * * * * * * * * * * * * * * * * * * * * *x
6.2 * * * * * * * * * * * * * * * * * * * * * *w
4.5 * * * * * * * * * * * * * * * * * * * * * *v

I want to return the following:

Top 3 highest by component

6.2 * * * * w
4.5 * * * * v
3.5 * * * * y

Is there an easy way to do this? *I'm thinking I need to use VLOOKUP and
possibly the RANK function, but can't seem to get the logic figured out. *
Thanks. *


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Show the top three items in a list

One way:
=LARGE($A$1:$A$20,1)
=LARGE($A$1:$A$20,2)
=LARGE($A$1:$A$20,3)

This may be helpful too:
=RANK(A1,$A$1:$A$20,1)


Regards,
Ryan---
--
RyGuy


"petenice81" wrote:

I'm trying to find a way to display the top 3 items in a random list of more
than 7 components. Assuming I have the following data:

Column A (value) Column B (components)
2.3 z
3.5 y
1.2 x
6.2 w
4.5 v

I want to return the following:

Top 3 highest by component

6.2 w
4.5 v
3.5 y


Is there an easy way to do this? I'm thinking I need to use VLOOKUP and
possibly the RANK function, but can't seem to get the logic figured out.
Thanks.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Show the top three items in a list

Data Filter Autofilter choose drop down arrow for column A and select
Top 10, then reset for Top 3

Vaya con Dios,
Chuck, CABGx3



"petenice81" wrote:

I'm trying to find a way to display the top 3 items in a random list of more
than 7 components. Assuming I have the following data:

Column A (value) Column B (components)
2.3 z
3.5 y
1.2 x
6.2 w
4.5 v

I want to return the following:

Top 3 highest by component

6.2 w
4.5 v
3.5 y


Is there an easy way to do this? I'm thinking I need to use VLOOKUP and
possibly the RANK function, but can't seem to get the logic figured out.
Thanks.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,091
Default Show the top three items in a list

Filter for the top 3, so that if you have duplicate values in the top 3,
you'll see them

Tyro

"petenice81" wrote in message
...
I'm trying to find a way to display the top 3 items in a random list of
more
than 7 components. Assuming I have the following data:

Column A (value) Column B (components)
2.3 z
3.5 y
1.2 x
6.2 w
4.5 v

I want to return the following:

Top 3 highest by component

6.2 w
4.5 v
3.5 y


Is there an easy way to do this? I'm thinking I need to use VLOOKUP and
possibly the RANK function, but can't seem to get the logic figured out.
Thanks.



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
show only items with values on chart widman Charts and Charting in Excel 2 April 29th 07 07:42 PM
show more items in validation list jenn Excel Worksheet Functions 1 December 11th 06 07:43 PM
PivotTable - show top items Epinn New Users to Excel 5 October 25th 06 10:07 PM
filtering to show items in a listbox eileenj Excel Discussion (Misc queries) 1 August 11th 06 01:30 PM
named range, data validation: list non-selected items, and new added items KR Excel Discussion (Misc queries) 1 June 24th 05 05:21 AM


All times are GMT +1. The time now is 06:00 AM.

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"