Syntax
| Parameter | Description |
|---|---|
| array | Parameter of the TRIMMEAN function. |
| percent | Parameter of the TRIMMEAN function. |
Examples
Olympic-style scoring
=TRIMMEAN(B2:B12, 0.2)
Salary average without extremes
=TRIMMEAN(C2:C500, 0.1)
Robust sensor reading
=TRIMMEAN(D2:D1000, 0.05)
Common Errors
Returned when percent is less than 0 or greater than or equal to 1. It must be between 0 (no trim) and just under 1.
Non-numeric arguments.
Tips
A percent of 0.2 trims 10% from the bottom AND 10% from the top — not 20% from each end. Total removed is 20%.
If 10% of 15 values = 1.5, only 1 value is trimmed from each end (rounds down). The formula always trims whole values.
Setting percent to 0 trims nothing, giving you a standard average. Increase the percentage to progressively dampen outlier influence.
Try TRIMMEAN in Viztab
Import your data and use TRIMMEAN with 370+ other formulas. No signup required.
Open Viztab