Sum 3 highest numbers

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

Guest

Dear experts,
If I have a selection of four numbers and want to average only the 3 highest
what would be the best way to do this?
Molly
 
Hi!

Your subject line was Sum 3 highest numbers but your question was to average
only the 3 highest. So, here's both:

=AVERAGE(LARGE(A1:A4,{1,2,3}))

=SUM(LARGE(A1:A4,{1,2,3}))

Biff
 
Hi,
Thanks so much Biff. Also how do you replicate down a column, a cell with
an array formula in it? Sorry terrible English!!!
regards
Molly
 
Also how do you replicate down a column, a cell with
an array formula in it?

Not sure I understand. Do you mean copy a formula to other cells in a
column? If so, select the cell with the formula. Hover your mouse over the
bottom right corner of the cell where there appears to be a little black
square. Your cursor will change from a fat + sign to a skinny + sign. When
the cursor is a skinny + sign, left click and hold down the left mouse
button and then just drag down the column.

Biff
 
Thank you.

Biff said:
Not sure I understand. Do you mean copy a formula to other cells in a
column? If so, select the cell with the formula. Hover your mouse over the
bottom right corner of the cell where there appears to be a little black
square. Your cursor will change from a fat + sign to a skinny + sign. When
the cursor is a skinny + sign, left click and hold down the left mouse
button and then just drag down the column.

Biff
 

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