Adding top 4 values

kreases

Board Regular
Joined
Oct 26, 2005
Messages
114
Office Version
  1. 2016
Platform
  1. Windows
Hi,

I have a row of figures but only want to add the top four values, is there a simple formula to do this please, thanks

John
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
How about
+Fluff New.xlsm
ABCDEFGHIJKLMNOPQRSTUVW
1
2162721231428181831217620148223201329107
3
Main
Cell Formulas
RangeFormula
W2W2=SUMIF(B2:U2,">="&LARGE(B2:U2,4))
 
Upvote 0
Should have mentioned that if you can duplicate numbers, it may not work correctly.
 
Upvote 0
How about
+Fluff New.xlsm
ABCDEFGHIJKLMNOPQRSTUVW
1
2162721231428181831217620148223201329107
3
Main
Cell Formulas
RangeFormula
W2W2=SUMIF(B2:U2,">="&LARGE(B2:U2,4))
How about
+Fluff New.xlsm
ABCDEFGHIJKLMNOPQRSTUVW
1
2162721231428181831217620148223201329107
3
Main
Cell Formulas
RangeFormula
W2W2=SUMIF(B2:U2,">="&LARGE(B2:U2,4))
Should have mentioned that if you can duplicate numbers, it may not work correctly.
I have just noticed that, that will be an issue :(
 
Upvote 0
What version of Excel are you using?
Please update you account details to show this, as it affects which functions you can use.
 
Upvote 0
What version of Excel are you using?
Please update you account details to show this, as it affects which functions you can use.
I have just updated that, says Microsoft Excel 2016 MSO 64 bit
 
Upvote 0
Thanks for that, how about
+Fluff New.xlsm
ABCDEFGHIJKLMNOPQRSTUVW
1
2162721232328181831217620148223201329107
3
Main
Cell Formulas
RangeFormula
W2W2=SUM(AGGREGATE(14,6,B2:U2,ROW(1:4)))
 
Upvote 0

Forum statistics

Threads
1,215,510
Messages
6,125,234
Members
449,216
Latest member
biglake87

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