Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default 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





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
Sorting or Filtering JD Excel Discussion (Misc queries) 5 August 21st 09 05:58 PM
Sorting and filtering HELP!!!!! Yossy Excel Worksheet Functions 2 May 12th 08 04:38 AM
Sorting/Filtering Brandy Excel Discussion (Misc queries) 5 February 11th 08 09:02 PM
sorting and filtering Duncan McDowell Excel Worksheet Functions 1 June 28th 05 03:02 PM
Sorting and filtering dsbiloxi Excel Worksheet Functions 7 March 10th 05 11:55 PM


All times are GMT +1. The time now is 01:43 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"