Returns the mean of a given set of numbers, ignoring a specified proportion of high and low values.
Syntax
number_list: The range containing the data set to trim and average. Eg., A2:A10
Remarks
The fraction value is rounded up to the nearest even number, when an odd number if given.
Examples
|
Formula |
Result |
|
=TRIMMEAN(A2:A10;B2) |
8 |
|
=TRIMMEAN(A2:A10;B3) |
7.6 |
|
=TRIMMEAN(A2:A10;B4) |
7.333333333 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions
AVERAGE
AVERAGEA
AVERAGEIF
AVERAGEIFS
GEOMEAN
HARMEAN
LARGE
MAX
MAXA
MEDIAN
MIN
MINA
SMALL