#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default Dropping a Score

Thank you, but I need it to drop every seventh largest number, and then
average the group without that number included. Once it drops the number it
needs to beable to bring the number back if it is not the biggest number
after future score are entered. I with I could attach the document. Thank
you for your idea.

"Gary''s Student" wrote:

If you have a list of numbers (of any amount) and want to calculate the
averge, but not include that highest score, then:

=(SUM(A1:A100)-MAX(A1:A100))/99

change the 100 and the 99 to suit your case.
--
Gary''s Student - gsnu200776


"Christi" wrote:

I'm not Excel savvy, but I'm trying to create average(s) for golf, the
golfers largest score every seven rounds is dropped and then the remaining
scores are averaged. How do I do this? I've tried with no success, the
formula I've enter is =Average (A5:A10) and then I have the next column set
up for the dropped score so in B11 I have the formula =Large(A5:A46, 1) and
this formula is placed every 7 scores. HELP! Can it be done?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 213
Default Dropping a Score

I'm not Excel savvy, but I'm trying to create average(s) for golf,
the golfers largest score every seven rounds is dropped and then
the remaining scores are averaged. How do I do this? I've tried
with no success, the formula I've enter is =Average (A5:A10) and
then I have the next column set up for the dropped score so in B11
I have the formula =Large(A5:A46, 1) and this formula is placed
every 7 scores. HELP! Can it be done?


To get started, the csv file is an example that might work for you with
seven rounds. Column A has the scores. Column B has the max of each
round. The average is in C1.

--------------------- cut here ---------------------
Score,Drop,"=""Average=""&TEXT((SUM(A2:A50)-SUM(B2:B8))/42,""0.0"")"
95,"=MAX(OFFSET($A$1,7*(ROW()-2)+1,0,7,1))",
98,"=MAX(OFFSET($A$1,7*(ROW()-2)+1,0,7,1))",
82,"=MAX(OFFSET($A$1,7*(ROW()-2)+1,0,7,1))",
96,"=MAX(OFFSET($A$1,7*(ROW()-2)+1,0,7,1))",
82,"=MAX(OFFSET($A$1,7*(ROW()-2)+1,0,7,1))",
100,"=MAX(OFFSET($A$1,7*(ROW()-2)+1,0,7,1))",
92,"=MAX(OFFSET($A$1,7*(ROW()-2)+1,0,7,1))",
93,,
83,,
82,,
87,,
92,,
76,,
85,,
83,,
80
75
96
97
86
82
85
97
88
86
87
87
80
95
82
83
97
82
94
75
85
75
97
75
100
90
86
96
92
85
83
97
81
95



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
XY chart not dropping off to 0, when there is not value drjayr2002 Charts and Charting in Excel 4 January 4th 08 03:03 PM
Make a sheet to enter score and score is copy to the proper cell.. Yan Excel Worksheet Functions 0 June 8th 07 02:41 PM
Dropping Zeros Rene'' Excel Worksheet Functions 8 April 23rd 07 08:32 PM
Dropping 0 Peter F Excel Discussion (Misc queries) 5 December 14th 06 04:23 PM
Dropping the lowest score from a gradebook Stockeyd Excel Worksheet Functions 2 August 8th 06 03:09 PM


All times are GMT +1. The time now is 03:40 PM.

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

About Us

"It's about Microsoft Excel"