Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ashley32
 
Posts: n/a
Default average of several cells excluding the minimum

how do i take the average of several cells in microsoft excell EXCLUDING the
minmum value? what function do i sue?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default average of several cells excluding the minimum

Try something like this:

For values in A1:A10

If there may be more than one value matching the MINIMUM value and you only
want to exclude one of them:

=(SUM(A1:A10)-MIN(A1:A10))/(COUNT(A1:A10)-1)
(easiest)

or

=AVERAGE(IF((A1:A10+1/ROW(A1:A10))MIN((A1:A10)+1/ROW(A1:A10)),A1:A10))
Note: Commit that array formula by holding down the [Ctrl][Shift] keys and
press [Enter].

Alternatively, if there will only be one instance of the minimum value or
you want to exclude all values that match the minimum:
=AVERAGE(IF(A1:A10MIN(A1:A10),A1:A10))
Note: Commit that array formula by holding down the [Ctrl][Shift] keys and
press [Enter].

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Ashley32" wrote:

how do i take the average of several cells in microsoft excell EXCLUDING the
minmum value? what function do i sue?

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
average price of 4 columns of figures but some cells can be blank bigdaddy3 Excel Worksheet Functions 3 February 14th 06 03:10 PM
How do I find the minimum NONBLANK value in a sequence of cells? codeslinger New Users to Excel 3 November 2nd 05 08:12 PM
average of visible cells in a filtered range dave roth Excel Worksheet Functions 5 May 23rd 05 12:56 PM
EXcluding Zeros from the average in a row Geo Excel Discussion (Misc queries) 4 December 31st 04 04:07 PM
How do i get an average that ignores blanks in the range of cells. ucastores Excel Worksheet Functions 7 November 11th 04 05:01 PM


All times are GMT +1. The time now is 07:29 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"