• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Average with Multiple condition

Hi,

I am trying to write a formula which will calculate average with below mentioned approach:
> First it will exclude negative values
> After excluding negative values, it will also exclude outliers from the remaining value
For e.g.,

if the data set contains: -10,-15,-20,-5,-1,-100,-200,0,2,5,7,8,10,52,35,35,52,52,100,150,250,250

it will first exclude negative values and will also exclude outliers from the remaining list: 0,2,5,7,8,10,52,35,35,52,52,100,150,250,250

You can exclude 4 values from top and 4 from bottom in the excel.

Please write the formula in cell B260.
 

Attachments

  • Trimmean.xlsx
    13.2 KB · Views: 8
Back
Top