ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Filtering and Sorting (https://www.excelbanter.com/excel-programming/347446-filtering-sorting.html)

Abilio

Filtering and Sorting
 
I' d like to ask if someone has a macro routine to sort and filter a numeric
column h, I need to find the highest 25 values and organize them in
descending order.

I really appreciate the help,

Abilio


Ron de Bruin

Filtering and Sorting
 
Why don't you use formulas in B1:B25

With the numbers in A1:A100

In B1
=LARGE($A$1:$A$100,ROW())

Copy down to B25


This is a array formula, see
http://www.cpearson.com/excel/array.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Abilio" wrote in message ...
I' d like to ask if someone has a macro routine to sort and filter a numeric
column h, I need to find the highest 25 values and organize them in
descending order.

I really appreciate the help,

Abilio




Ron de Bruin

Filtering and Sorting
 
Oops

Forget this part, it is a normal formula

This is a array formula, see
http://www.cpearson.com/excel/array.htm




--
Regards Ron de Bruin
http://www.rondebruin.nl


"Ron de Bruin" wrote in message ...
Why don't you use formulas in B1:B25

With the numbers in A1:A100

In B1
=LARGE($A$1:$A$100,ROW())

Copy down to B25


This is a array formula, see
http://www.cpearson.com/excel/array.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Abilio" wrote in message ...
I' d like to ask if someone has a macro routine to sort and filter a numeric
column h, I need to find the highest 25 values and organize them in
descending order.

I really appreciate the help,

Abilio







All times are GMT +1. The time now is 07:20 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com