PC Review


Reply
Thread Tools Rate Thread

Average of low five numbers?

 
 
dcnatlou
Guest
Posts: n/a
 
      16th Apr 2008
Example:

1 2 3 4 5 6 7 8 9 10

3 5 6 7 8 2 1 4 9 0

I want to take low five numbers and average them.
So, 0,1,2,3,4,5 avg. 3
 
Reply With Quote
 
 
 
 
Rick Rothstein \(MVP - VB\)
Guest
Posts: n/a
 
      16th Apr 2008
You said you want the low 5 numbers, but the example you gave is for the low
6 numbers (0,1,2,3,4,5) and the average you gave is wrong for either one
(the average for the low 5 numbers 0,1,2,3,4 is 2 and the average for the 6
numbers you gave is 2.5). Here is the formula for the average of the low 5
numbers...

=AVERAGE(SMALL(A1:A10,{1,2,3,4,5}))

and this one for the low 6 numbers....

=AVERAGE(SMALL(A1:A10,{1,2,3,4,5,6}))

NOTE: These are array entered formulas and must be committed by pressing
Ctrl+Shift+Enter, not just Enter by itself.

Rick


"dcnatlou" <(E-Mail Removed)> wrote in message
news:60722B1C-20E7-45F4-B202-(E-Mail Removed)...
> Example:
>
> 1 2 3 4 5 6 7 8 9 10
>
> 3 5 6 7 8 2 1 4 9 0
>
> I want to take low five numbers and average them.
> So, 0,1,2,3,4,5 avg. 3


 
Reply With Quote
 
Nigel
Guest
Posts: n/a
 
      16th Apr 2008
Probably why the OP was asking how to calculate the average!
--

Regards,
Nigel
(E-Mail Removed)



"Rick Rothstein (MVP - VB)" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
> You said you want the low 5 numbers, but the example you gave is for the
> low 6 numbers (0,1,2,3,4,5) and the average you gave is wrong for either
> one (the average for the low 5 numbers 0,1,2,3,4 is 2 and the average for
> the 6 numbers you gave is 2.5). Here is the formula for the average of the
> low 5 numbers...
>
> =AVERAGE(SMALL(A1:A10,{1,2,3,4,5}))
>
> and this one for the low 6 numbers....
>
> =AVERAGE(SMALL(A1:A10,{1,2,3,4,5,6}))
>
> NOTE: These are array entered formulas and must be committed by pressing
> Ctrl+Shift+Enter, not just Enter by itself.
>
> Rick
>
>
> "dcnatlou" <(E-Mail Removed)> wrote in message
> news:60722B1C-20E7-45F4-B202-(E-Mail Removed)...
>> Example:
>>
>> 1 2 3 4 5 6 7 8 9 10
>>
>> 3 5 6 7 8 2 1 4 9 0
>>
>> I want to take low five numbers and average them.
>> So, 0,1,2,3,4,5 avg. 3

>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
average a continuous group of numbers and negative numbers are 0 Dumbfounded Microsoft Excel Worksheet Functions 3 15th Oct 2008 11:53 PM
Average highest 16 numbers on a column of 32 numbers Frank Microsoft Excel Worksheet Functions 3 2nd May 2008 02:44 AM
Average of top 3 numbers. =?Utf-8?B?QmVsemJ1Yg==?= Microsoft Excel Worksheet Functions 26 28th Nov 2005 11:45 PM
average of kth largest numbers in an array of n numbers =?Utf-8?B?Z2VvcmdlYg==?= Microsoft Excel Worksheet Functions 6 5th Sep 2005 05:57 AM
Average of numbers in column between to other numbers =?Utf-8?B?RGl0YW5kaGlzY2hlZXNl?= Microsoft Excel Misc 2 31st Mar 2005 03:35 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:22 AM.