![]() |
#1
|
|||
|
|||
![]()
I'm randomly logging my actual download and upload rates to determine how far off I am from the advertised rate. I want to eliminate from the average the top and bottom 1 or 2 outliers. I tried TRIMMEAN() but that doesn't seem to do what I need. Is there another function that would work better for this problem?
Mark |
#2
|
||||
|
||||
![]()
Hi Mark,
TRIMMEAN() should work. To get the average from A:A but excluding the largest and smallest outlier: =TRIMMEAN(A:A,(COUNT(A:A)-2)/COUNT(A:A)) To get the average from A:A but excluding the 2 largest and 2 smallest outliers: =TRIMMEAN(A:A,(COUNT(A:A)-4)/COUNT(A:A)) |
#3
|
|||
|
|||
![]()
Thanks Colin--
Not mathematically inclined, my attempt to use the function was based solely on the Excel help example. Be assured that my expression only had a passing resemblance to yours ;-) Thanks again-- Mark |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
YooNaa Kim | Excel | 1 | 06-07-2011 08:50 PM |
'AVERAGE' Formula | nfphilpot | Excel | 3 | 11-24-2010 02:19 PM |
![]() |
speedycorn1 | Excel | 1 | 10-30-2010 07:54 PM |
calculate average depending on drop-down values | virencm | Word | 0 | 08-06-2010 06:10 PM |