R
Roger
I am trying to create a formula in Excel that will give a mean, two standard
deviations and the range on both sides of that mean.
deviations and the range on both sides of that mean.
Below is an example of the formulas you gave and the results of the four=ABS(AVERAGE(A1:A10)-MAX(A1:A10))
The formulas that begin with ABS give the size of the difference
between the mean of the values and the minimum (and the maximum) values
in the data set. This was what I assumed you meant by "the range on
both sides of that mean." It seems that you meant something else. Could
you describe explicitly what you're looking for in "the range on both
sides of that mean"? The full range of values, perhaps?
Roger said:I'm not sure what these two formulas are yielding.
I do not believe they give a range of the mean for data points.
=ABS(AVERAGE(A1:A10)-MIN(A1:A10))
=ABS(AVERAGE(A1:A10)-MAX(A1:A10))
I am trying to create a formula in Excel that will give a mean,
two standard deviations and the range on both sides of that mean.