Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Rando
 
Posts: n/a
Default Averaging best 15 out of 20?

I have a spreadsheet set up with test scores and I want to average the best
15 scores out of 20 without manually picking the 15 scores. Basically I want
to drop the lowest 5 scores for each student. Is there a formula/function
that does this?

Thanks,
Rando


  #2   Report Post  
Posted to microsoft.public.excel.misc
Duke Carey
 
Posts: n/a
Default Averaging best 15 out of 20?

This is an array formula, meaning you commit it with Ctrl-Shift-Enter

=AVERAGE(LARGE(A1:A20,ROW(1:15)))

where the scores are in A1:A20

"Rando" wrote:

I have a spreadsheet set up with test scores and I want to average the best
15 scores out of 20 without manually picking the 15 scores. Basically I want
to drop the lowest 5 scores for each student. Is there a formula/function
that does this?

Thanks,
Rando


  #3   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
Posts: n/a
Default Averaging best 15 out of 20?

One slight adjustment that will prevent the formula changing if rows are
inserted or deleted:

=AVERAGE(LARGE(A1:A20,ROW(INDIRECT("1:15"))))


In article ,
"Duke Carey" wrote:

This is an array formula, meaning you commit it with Ctrl-Shift-Enter

=AVERAGE(LARGE(A1:A20,ROW(1:15)))

where the scores are in A1:A20

"Rando" wrote:

I have a spreadsheet set up with test scores and I want to average the best
15 scores out of 20 without manually picking the 15 scores. Basically I
want
to drop the lowest 5 scores for each student. Is there a formula/function
that does this?

Thanks,
Rando


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
Changing the range of several averaging functions Hellion Excel Discussion (Misc queries) 1 September 17th 05 02:12 PM
Averaging GWit Excel Discussion (Misc queries) 1 May 29th 05 02:46 AM
Averaging noncontiguous numbers ignoring zeros? Mike Excel Worksheet Functions 19 March 4th 05 02:05 AM
2 part question on averaging Geo Excel Discussion (Misc queries) 4 January 2nd 05 10:35 PM
selective averaging Wazooli Excel Worksheet Functions 3 December 10th 04 09:25 PM


All times are GMT +1. The time now is 06:46 AM.

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"