PC Review


Reply
Thread Tools Rate Thread

Calculating average discarding lowest value

 
 
=?Utf-8?B?aW5zcGlyZWR0b28=?=
Guest
Posts: n/a
 
      29th Jul 2006
How can I calculate an average automatically dropping the lowest value--I am
requested to use SUM, MIN and Count functions.
Thanks
 
Reply With Quote
 
 
 
 
somethinglikeant
Guest
Posts: n/a
 
      29th Jul 2006
I think it would be =(SUM(range)-MIN(range)) / (count(range)-1))

replace the word range with your actual range A1:A5 eg,


http://www.excel-ant.co.uk



inspiredtoo wrote:
> How can I calculate an average automatically dropping the lowest value--I am
> requested to use SUM, MIN and Count functions.
> Thanks


 
Reply With Quote
 
=?Utf-8?B?aW5zcGlyZWR0b28=?=
Guest
Posts: n/a
 
      29th Jul 2006
Thanks, that is a great help and it did work, however it only requires one
bracket after the -1, or at least that is what the "formula fixer" put on.
You have been a great help.

"somethinglikeant" wrote:

> I think it would be =(SUM(range)-MIN(range)) / (count(range)-1))
>
> replace the word range with your actual range A1:A5 eg,
>
>
> http://www.excel-ant.co.uk
>
>
>
> inspiredtoo wrote:
> > How can I calculate an average automatically dropping the lowest value--I am
> > requested to use SUM, MIN and Count functions.
> > Thanks

>
>

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      30th Jul 2006
=AVERAGE(IF(rng<>MIN(rng),rng))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"somethinglikeant" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I think it would be =(SUM(range)-MIN(range)) / (count(range)-1))
>
> replace the word range with your actual range A1:A5 eg,
>
>
> http://www.excel-ant.co.uk
>
>
>
> inspiredtoo wrote:
> > How can I calculate an average automatically dropping the lowest

value--I am
> > requested to use SUM, MIN and Count functions.
> > Thanks

>



 
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 of lowest 5 of 20 values? Fatfreek Microsoft Excel Worksheet Functions 5 16th Jun 2006 03:49 AM
Is there a way to get an average, excluding the lowest number? =?Utf-8?B?VE5UcmFpbmluZw==?= Microsoft Excel Misc 7 2nd Jun 2005 10:12 PM
How do I drop the lowest 2 numbers and then average? =?Utf-8?B?bmlnaHRseW5paw==?= Microsoft Excel Worksheet Functions 3 6th Dec 2004 09:10 PM
Average 10 lowest values in range =?Utf-8?B?SkFDS1BPVA==?= Microsoft Excel Worksheet Functions 9 24th May 2004 06:58 PM
Average after dropping two lowest scores jsl Microsoft Excel Discussion 4 4th Mar 2004 09:24 PM


Features
 

Advertising
 

Newsgroups
 


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