select the 4 best values out of 5 in a spreadsheet.

Noar33

New Member
Joined
Oct 23, 2021
Messages
3
Office Version
  1. 365
  2. 2019
  3. 2016
Platform
  1. Windows
  2. MacOS
Hi guys,

I have a simple task to do.
I have a series of 5 digits from 0 to 5 and, I am looking for a formula to select the four best grades and do the sum.
For example, if I have 0, 2,2, 1, 3, I would like to keep 2,2,1,3 and add them .

thanks in advance
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Hi Noar33,
You don't say what to do with duplicates so does this work?

Noar33.xlsx
ABCDEFG
1022138
2112227
3222228
4000123
Sheet1
Cell Formulas
RangeFormula
G1:G4G1=SUM(A1:E1)-MIN(A1:E1)
 
Upvote 0
Solution
Welcome to the MrExcel Message Board!

Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: select the 4 best values out of 5 in a spreadsheet.
If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0
Welcome to the MrExcel Message Board!

Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: select the 4 best values out of 5 in a spreadsheet.
If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.

Sorry about that I did not know. Well noted for future
Thanks
 
Upvote 0
Hi Noar33,
You don't say what to do with duplicates so does this work?

Noar33.xlsx
ABCDEFG
1022138
2112227
3222228
4000123
Sheet1
Cell Formulas
RangeFormula
G1:G4G1=SUM(A1:E1)-MIN(A1:E1)
Hi Toadstool,

You rock thank you so much ! really appropriated
Noa
 
Upvote 0

Forum statistics

Threads
1,215,374
Messages
6,124,573
Members
449,173
Latest member
Kon123

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top