STDEV

  • Thread starter Thread starter Kolyan
  • Start date Start date
K

Kolyan

Hi all,

I need STDEV formula to ignore zeros.

Thanks for your help!

Kolyan
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top