Getting top 5 values in a list of numbers

  • Thread starter Thread starter Roel
  • Start date Start date
R

Roel

Hi,

I would like to know if there is a way to get the 5 largest values in a
list of numbers. I know using MAX would only get the largest. I would like
some rountine that would do it.


Thanks very much!

Roel
(e-mail address removed)
 
=LARGE(TheList,k)

k being any value from 1 to 5 for your purposes.
 

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

Back
Top