#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 177
Default Ranking Table

In Sheet1 I have data in ColB. It's about 1000 rows.

In Sheet2, I'd like to list the Top 5 and the Bottom 5.

I know how to use RANK formula in Sheet 1, say in ColC -- but no clue how to
construct an output table using RANK to get the top 5 and bottom 5...

Any suggestions? Thanks very much.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 695
Default Ranking Table

LARGE(Sheet1!B1:B1000,1)
SMALL(Sheet1!B1:B1000,1)



"SteveC" skrev:

In Sheet1 I have data in ColB. It's about 1000 rows.

In Sheet2, I'd like to list the Top 5 and the Bottom 5.

I know how to use RANK formula in Sheet 1, say in ColC -- but no clue how to
construct an output table using RANK to get the top 5 and bottom 5...

Any suggestions? Thanks very much.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 177
Default Ranking Table

Yes, that worked, thanks. I used it in conjuction with the Index Match combo
in other columns to pull the names associated with the rankings.

e.g.,
=INDEX('Sheet1'!$D$2:$D$224,MATCH(C4,'Sheet'!$G$2: $G$224,0),1)

with c4 referring to a number, and index finding the name associated with
that number

to get

company name, company symbol, top 1-5 and bottom 1-5 figures


"excelent" wrote:

LARGE(Sheet1!B1:B1000,1)
SMALL(Sheet1!B1:B1000,1)



"SteveC" skrev:

In Sheet1 I have data in ColB. It's about 1000 rows.

In Sheet2, I'd like to list the Top 5 and the Bottom 5.

I know how to use RANK formula in Sheet 1, say in ColC -- but no clue how to
construct an output table using RANK to get the top 5 and bottom 5...

Any suggestions? Thanks very 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
Pivot Table external XLS file source change and GETPIVOTDATA refresh mbobro Excel Discussion (Misc queries) 0 July 8th 06 12:45 PM
How to import a table on a Web page to Excel? Dmitry Kopnichev Excel Discussion (Misc queries) 8 November 11th 05 10:26 AM
Pivot -- want to use Max and Sum in same table Dave Excel Worksheet Functions 1 July 13th 05 04:37 AM
Change Data In Pivot Table John Calder New Users to Excel 1 July 7th 05 10:41 PM
Pivot Table - Multiple consolidation Range tengreen Excel Worksheet Functions 1 July 1st 05 07:18 PM


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