How to sort the 6 highest numbers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi I have a spreadsheet where I need to choose the 6 highest cell values from a range of 12 and then sum the result. I cannot seem to find a suitable formula to do this except a macro to sort cut and paste (which seems a bit messy as I have 500 rows to compute. Can anyone help!!

Thanks in anticipation
 
try:
=SUMPRODUCT(LARGE(D3:D200,{1,2,3,4,5,6}))
and there's no need to sort your range.
HTH


Johnny said:
Hi I have a spreadsheet where I need to choose the 6 highest cell values
from a range of 12 and then sum the result. I cannot seem to find a suitable
formula to do this except a macro to sort cut and paste (which seems a bit
messy as I have 500 rows to compute. Can anyone help!!!
 

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