View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dingo Dingo is offline
external usenet poster
 
Posts: 3
Default filter data by top 10 AND bottom 10 items simultaneously

How can I filter data to show the top 10 AND the bottom 10 items at the same
time? The Autofilter gives the option of one or the other but not both. My
data is set out as shown below. I've used a macro to filter using advanced
criteria for 'Sector' but I would like to be able to filter just by top x and
bottom x number of items.

Row 1: Value Sector
Small Cap

Row 5: Value Sector
6: -41 Industrial
7: -36 Small Cap
8: -34 Technology
9: 33 Industrial

Any help is much appreciated. Thanks