How to Pick Out Data to Average ?

B

blewyn

I have 3 columns of data, and the rows must be kept intact (ie each
row is a record, so the columns cannot be independently sorted, the
data must be sorted in its entirety according to whichever column is
chosen as the sort criteria).

I can calculate the average of each row - but how do I calculate the
average of the top 5 or top 10 data values in each column ? Is there
a statistical formula I can use to average the highest 5 data values
in a column, WITHOUT sorting that column into any particular order ?

Thanks,

Blewyn
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top