Formula

  • Thread starter Thread starter Naas
  • Start date Start date
N

Naas

I want to sum 9 cells in column, throwing out the 2
lowest values,adding 10 to the result.

Please help.

Thanks

Naas
 
One way (array-entered: CTRL-SHIFT_ENTER or CMD-RETURN):


=SUM(LARGE(A1:A9,ROW(INDIRECT("1:7"))),10)
 
Or, without array-entering:

=SUM(LARGE(A1:A9,{1,2,3,4,5,6,7}),10)
 

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