I have a formula that averages up to 6 numbers. Sometimes there is less than 6 numbers in the range for me to average.
Often there is an anomoly in the numbers with one number not consistent with the others.
The formula I am currently using is:
=IF(ISERROR(AVERAGEIF(AI4:AI9,"<>0")),"0.00",AVERAGEIF(AI4:AI9,"<>0"))
The numbers to be averaged might be like this
0.05
0.08
-0.02
-0.01
0.02
0.70
= average 0.14
The 0.70 is the anamoly - is there a way to change my formula to exclude any number that is more that .3 different from the lowest number in the range? That would deliver an average of 0.02
Thanks
Bookmarks