![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Posts: 91
|
Have a list of numbers and need to find the top 6 numbers in the list any help much apreciated. The numbers are all in the same row.
|
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Guderup, Denmark
Posts: 287
|
use the large formula
=LARGE(area;1) returns the highest =LARGE(area;2) returns the 2. highest and so on. regards Tommy |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,318
|
Quote:
In A4 enter and copy down till A9, giving 6 highest values: =IF(COUNT($A$2:$J$2)>ROW()-ROW($3:$3),LARGE($A$2:$J$2,ROW()-ROW($3:$3)),"") where ROW() computes current row number and row($3:$3) computes the number of rows before the first cell in which the above formula resides. |
|
|
|
|
|
|
#4 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
Hi DragDriver
Just use the AutoFilter, select "Top 10" and change it to 6 |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|