計算去除資料集頭尾一定比例資料後的資料集平均值。
使用範本
TRIMMEAN(A2:A100,0.1)
TRIMMEAN({1,1,2,3,5,8,13,21,34,55},0.05)
語法
TRIMMEAN(data, exclude_proportion)
data
要列入計算的資料集所屬陣列或範圍。排除的部份
- The proportion of the dataset to exclude, from the extremities of the set.排除的部份
這個值必須大於或等於「1」。0
和小於1
.
另請參閱
HARMEAN
: 計算資料集的調和平均值。
GEOMEAN
: 計算資料集的幾何平均值。
AVERAGEA
: 傳回資料集的數字平均值。
AVERAGE
: 傳回資料集的數字平均值 (忽略文字)。