STDEV

  • Thread starter Thread starter Kolyan
  • Start date Start date
Great!
KeepITcool, thanks a lot!

I will use it but just wondering if there is a non-array
formula as well?

Thanks again,
Kolyan
 
Kolyan wrote...
...
I will use it but just wondering if there is a non-array
formula as well?
...

Yes, but it's so much longer and so much less efficient than the arra
formula that it just doesn't make sense to use it.

=(SUMPRODUCT(--(A1:D1>0),(A1:D1-SUMIF(A1:D1,">0")
/COUNTIF(A1:D1,">0"))^2)/(COUNTIF(A1:D1,">0")-1))^0.
 
Back
Top