I am changing an Excel worksheet to Access 97 and noticed that the stDev result was different between the 2 programs using the same data... Any ideas why?
Access Query:
SELECT StDev([Val]) AS STDEV
FROM tbl_SPC_AllVal; = 0.0161574017103552
Excel Calculation:
=STDEV(K27:K56) = 0.004231248
I also noticed that Excel results varied in the 9th decimal place depending how numbers were grouped???
Dataset:
195.299,195.301,195.298,195.303,195.307,195.299,195.301,
195.303,195.303,195.299,195.301,195.293,195.309,195.308,
195.302,195.303,195.303,195.301,195.3,195.304,195.293,
195.295,195.306,195.305,195.301,195.306,195.299,195.306,
195.301,195.293
Access Query:
SELECT StDev([Val]) AS STDEV
FROM tbl_SPC_AllVal; = 0.0161574017103552
Excel Calculation:
=STDEV(K27:K56) = 0.004231248
I also noticed that Excel results varied in the 9th decimal place depending how numbers were grouped???
Dataset:
195.299,195.301,195.298,195.303,195.307,195.299,195.301,
195.303,195.303,195.299,195.301,195.293,195.309,195.308,
195.302,195.303,195.303,195.301,195.3,195.304,195.293,
195.295,195.306,195.305,195.301,195.306,195.299,195.306,
195.301,195.293