Trimmean Not Yielding Desired Result

xlmaniac

Well-known Member
Joined
Jul 2, 2009
Messages
527
Office Version
  1. 2010
Platform
  1. Windows
Dear All,
I would like to compute average removing top & bottom 10% of the data points.
Following is the sample data set across A1:A10.
10
18
37
9
58
6
65
100
46
58

<tbody>
</tbody>

Average of the data set is 40.7 and the trimmean is also yielding the same result.
Could some body tell me the issue here.

 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
don't know. I get the same results. Certainly does not appear to do what the MS description says it should do.
 
Upvote 0
TrimMean always eliminates and equal number of values from the max and min values in the list. You have 10 values, so the minimum number that can be removed is two, so the minimum fraction to exclude any values is 2/10 = 20%.
 
Upvote 0
If you wanted to remove the top & bottom 10% of values you could do something like this.
Excel Workbook
ABC
110
21837.625
337
49
558
66
765
8100
946
1058
Sheet
 
Upvote 0
Or =trimmean(a1:a10, 20%)
 
Upvote 0

Forum statistics

Threads
1,216,006
Messages
6,128,236
Members
449,435
Latest member
Jahmia0616

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top