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 Sum (throw out highest and lowest)

I am working on a contest scoring sheet for the California State Old Time fiddlers Association and it is contest policy to throw out the highest score and the lowest score and add the remaining middle (3) judges scores. (There are generally 5 judges - don't think there would ever be more than that.)
The total of the middle three is used for future ranking points added to future scores, so "average" won't work in this application. Right now we are working this out manually - sure woudl be sweet to be able to have a formula that works it out for us. Thanks for any help.
Timothy Garrison - Redding CA

EggHeadCafe - Software Developer Portal of Choice
WPF Printing and Print Preview
http://www.eggheadcafe.com/tutorials...-print-pr.aspx
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Sum (throw out highest and lowest)

Suppose your 5 results are in A1:A5. Then you could use this formula:

=SUM(A1:A5)-MAX(A1:A5)-MIN(A1:A5)

to give you the sum of the middle 3 scores.

Hope this helps.

Pete

On Nov 25, 3:51*pm, Timothy Garrison wrote:
I am working on a contest scoring sheet for the California State Old Time fiddlers Association and it is contest policy to throw out the highest score and the lowest score and add the remaining middle (3) judges scores. *(There are generally 5 judges - don't think there would ever be more than that.)
* The total of the middle three is used for future ranking points added to future scores, so "average" won't work in this application. *Right now we are working this out manually - sure woudl be sweet to be able to have a formula that works it out for us. *Thanks for any help.
Timothy Garrison - Redding CA

EggHeadCafe - Software Developer Portal of Choice
WPF Printing and Print Previewhttp://www.eggheadcafe.com/tutorials/aspnet/9cbb4841-8677-49e9-a3a8-4...


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Sum (throw out highest and lowest)

=SUM(A1:A29,-LARGE(A1:A29,{1})-SMALL(A1:A29,{1}))
try that.

HTH,
Ryan---
--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Pete_UK" wrote:

Suppose your 5 results are in A1:A5. Then you could use this formula:

=SUM(A1:A5)-MAX(A1:A5)-MIN(A1:A5)

to give you the sum of the middle 3 scores.

Hope this helps.

Pete

On Nov 25, 3:51 pm, Timothy Garrison wrote:
I am working on a contest scoring sheet for the California State Old Time fiddlers Association and it is contest policy to throw out the highest score and the lowest score and add the remaining middle (3) judges scores. (There are generally 5 judges - don't think there would ever be more than that.)
The total of the middle three is used for future ranking points added to future scores, so "average" won't work in this application. Right now we are working this out manually - sure woudl be sweet to be able to have a formula that works it out for us. Thanks for any help.
Timothy Garrison - Redding CA

EggHeadCafe - Software Developer Portal of Choice
WPF Printing and Print Previewhttp://www.eggheadcafe.com/tutorials/aspnet/9cbb4841-8677-49e9-a3a8-4...


.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default Sum (throw out highest and lowest)

=SUM(LARGE(A1:A5,{2,3,4}))

would give an cleanier formula if ur judges is always 5 ppl as u
stated.
if the number of judges changes all the times,
then pete and ryan's formula would work great

there's another way to do this, though much less intuitive

=TRIMMEAN(A1:A5,2/COUNT(A1:A5))*(COUNT(A1:A5)-2)

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
Difference Between Highest And Lowest? Saxman Excel Discussion (Misc queries) 4 February 28th 07 02:53 PM
Graph Highest to Lowest. dot Excel Discussion (Misc queries) 2 October 20th 06 09:29 PM
How do I set up a formula to throw out the 2 lowest scores? Rineay Excel Worksheet Functions 1 June 15th 06 05:08 PM
Highest High and Lowest Low jimbob Excel Discussion (Misc queries) 6 March 9th 06 04:11 PM
Sort from lowest to highest Steved Excel Worksheet Functions 7 September 10th 05 09:49 PM


All times are GMT +1. The time now is 05:24 PM.

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"