ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Pareto of data (https://www.excelbanter.com/excel-discussion-misc-queries/116203-pareto-data.html)

Dave

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?

bj

Pareto of data
 
look at the large() function in help
for example
=large(D$20:D$400,3)
would show the third highest value in the data set D20:D400

"Dave" wrote:

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?


Dave

Pareto of data
 
Thanks, it works and will save me hours.


"bj" wrote:

look at the large() function in help
for example
=large(D$20:D$400,3)
would show the third highest value in the data set D20:D400

"Dave" wrote:

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?



All times are GMT +1. The time now is 06:19 PM.

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