Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Need help with a formula which sums the values in a range eliminating the 4
high values in the range. Excel 2000- Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
There may be a better way but this works.
Assuming your range is A1:A10. you can change it as per the need. =SUM(A1:A10)-SUM(LARGE(A1:A10,1),LARGE(A1:A10,2),LARGE(A1:A10,3 ),LARGE(A1:A10,4)) Does that help? "Dick Gwin" wrote in message ... Need help with a formula which sums the values in a range eliminating the 4 high values in the range. Excel 2000- Thanks in advance |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Shorter version.
=SUM(A1:A10)-SUM(LARGE(A1:A10,{1,2,3,4})) Gord Dibben MS Excel MVP On Wed, 9 Apr 2008 17:21:27 -0600, "Gaurav" wrote: There may be a better way but this works. Assuming your range is A1:A10. you can change it as per the need. =SUM(A1:A10)-SUM(LARGE(A1:A10,1),LARGE(A1:A10,2),LARGE(A1:A10,3 ),LARGE(A1:A10,4)) Does that help? "Dick Gwin" wrote in message ... Need help with a formula which sums the values in a range eliminating the 4 high values in the range. Excel 2000- Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Eliminating 0 values when using the Small formula | Excel Worksheet Functions | |||
High and Low values in column | New Users to Excel | |||
ID High Values | Excel Discussion (Misc queries) | |||
Y Axis in a chart - high to low values | Excel Discussion (Misc queries) | |||
sumif remove high/low values | Excel Discussion (Misc queries) |