How do I add 12 out of 18 numbers without using sort to get them .

G

Guest

The list are scores that need to be kept in order. I need to be able to add
the best 12 numbers to provide a score at the end of the year.

Can anyone help?
 
R

Ron Rosenfeld

The list are scores that need to be kept in order. I need to be able to add
the best 12 numbers to provide a score at the end of the year.

Can anyone help?

Depending on whether "best" is the highest or lowest:

=SUM(LARGE(scores,ROW(INDIRECT("1:12"))))

entered as an array formula. To enter and array formula, after typing or
pasting the formula into the formula bar, hold down <ctrl><shift> while hitting
<enter>. XL will place braces {...} around the formula.


--ron
 

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