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

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

Guest

Looking to add best 3 of 4 numbers in Excell, if all 4 numbers are the same
etc.
 
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
 
Frank,

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

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

HTH,
Bernie
MS Excel MVP
 
Hi Bernie
vcery strange. I'm sure i hit the {} keys???
Thanks for the correction
 
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)
 
Doubt it, not close enough. It looks like something happened en-route.

Bob
 
Hi
on my keyboard layout it is <vbg>
instead of hitting ALTGR I hit the "<>"
 

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