Thread: Pareto of data
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dave Dave is offline
external usenet poster
 
Posts: 1,388
Default Pareto of data

I have a columns of data (aprox 150 rows and 30 columns_). I want to extract
the top 12 values of each column in descending order. At the moment I am am
RANKing each column and then doing a HLOOHUP, it is very long winded and
making the file very big.

Any suggestions?