Here is a stumper, at least it has stumped me this far, below in E2 is the formula:
=((SUM(B2:B6)/COUNTA(A2:A6))(SUM(A2:A6)/COUNTA(A2:A6)))/((SQRT((1/(COUNTA(A2:A6)-1))*((SUM(D2:D6))(((SUM(B2:B6)-SUM(A2:A6))^2)/COUNTA(B2:B6)))))/(SQRT(COUNTA(B2:B6))))
I can't figure out how to replace the "SUM(D2:D6)" part of that formula so that I can completely get rid of column C and D. The bounty is my appreciation and my respect for your Excel skills. Thanks in advance.
=((SUM(B2:B6)/COUNTA(A2:A6))(SUM(A2:A6)/COUNTA(A2:A6)))/((SQRT((1/(COUNTA(A2:A6)-1))*((SUM(D2:D6))(((SUM(B2:B6)-SUM(A2:A6))^2)/COUNTA(B2:B6)))))/(SQRT(COUNTA(B2:B6))))
I can't figure out how to replace the "SUM(D2:D6)" part of that formula so that I can completely get rid of column C and D. The bounty is my appreciation and my respect for your Excel skills. Thanks in advance.