Hi. A math program showed Covar using a poplulation size.( ie n-1, not n)
In other words, if the size is 4, then it divided by 3.
So, with n=4 data points, try muliplying by n/(n-1)
Make sure you use ( ) around the denominator also.
(Not always perfect, but I trust math programs much more than Excel.)
=CORREL(y,x)=COVAR(x,y)/(STDEV(x)*STDEV(y))*4/3
-> TRUE
HTH
Dana DeLouis