Can I do this in one step?
find the standard deviation of a group of scores, and then find the average of all scores within (2) standard deviations of the raw mean score?
Right now I'm using this cumbersome method to exclude numbers from a range that fall out of two stds:
=IF(E2-(STDEV($E$2:$E$75)*2)<0,E2,"")
Thanks,
Tom
find the standard deviation of a group of scores, and then find the average of all scores within (2) standard deviations of the raw mean score?
Right now I'm using this cumbersome method to exclude numbers from a range that fall out of two stds:
=IF(E2-(STDEV($E$2:$E$75)*2)<0,E2,"")
Thanks,
Tom