Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table external XLS file source change and GETPIVOTDATA refresh | Excel Discussion (Misc queries) | |||
How to import a table on a Web page to Excel? | Excel Discussion (Misc queries) | |||
Pivot -- want to use Max and Sum in same table | Excel Worksheet Functions | |||
Change Data In Pivot Table | New Users to Excel | |||
Pivot Table - Multiple consolidation Range | Excel Worksheet Functions |