Article ID: 132420
Article Last Modified on 10/6/2003
STD(RangeReferences)*SQRT(COUNT(RangeReferences)/(COUNT
(RangeReferences)-1))
NOTE: Type formula without line break.
SQRT((n* SUM(x^2)-( SUM(x)^2))/n^2)where x is each data point and n is the total number of data points.
SQRT((n*SUM(x^2)-( SUM(x)^2))/(n*(n-1)))where x is each data point and n is the total number of data points.
Additional query words: kbhowto 2.00 2.00a 3.00 3.00a 3.00b w_works wrong calculation forms funct
Keywords: kbinfo KB132420