Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Eliminating the high 4 values

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 207
Default Eliminating the high 4 values

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Eliminating the high 4 values

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Eliminating 0 values when using the Small formula MIchel Khennafi Excel Worksheet Functions 1 January 31st 07 07:00 PM
High and Low values in column Lee Coleman New Users to Excel 2 January 27th 07 11:31 AM
ID High Values Premio1 Excel Discussion (Misc queries) 1 November 15th 06 04:36 PM
Y Axis in a chart - high to low values Chuck Excel Discussion (Misc queries) 0 August 17th 06 06:05 PM
sumif remove high/low values Big Ben Excel Discussion (Misc queries) 6 August 12th 05 10:50 PM


All times are GMT +1. The time now is 09:52 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"