Wanting to add best 3 out of 4 numbers in Excel?

B

Bernie Deitrick

GE,

=SUM(A1:A4) - MIN(A1:A4)

or

=SUM(A1:A4) - MAX(A1:A4)

depending on what "Best" means (highest or lowest).

And we generally can't read your mind to know exactly what "etc." means.....

HTH,
Bernie
MS Excel MVP
 
B

Bernie Deitrick

Frank,

Not sure what character set you're using ;-)

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

HTH,
Bernie
MS Excel MVP
 
F

Frank Kabel

Hi Bernie
vcery strange. I'm sure i hit the {} keys???
Thanks for the correction
 
B

Bob Phillips

I think something got lost in Franks' post when it hit the NG I am sure it
should be

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

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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