K keepITcool Jul 14, 2004 #2 =STDEV(IF(A11>0,A11,"")) enter as ARRAYformula with ctrl-shift enter keepITcool < email : keepitcool chello nl (with @ and .) > < homepage: http://members.chello.nl/keepitcool >
=STDEV(IF(A11>0,A11,"")) enter as ARRAYformula with ctrl-shift enter keepITcool < email : keepitcool chello nl (with @ and .) > < homepage: http://members.chello.nl/keepitcool >
K Kolyan Jul 14, 2004 #3 Great! KeepITcool, thanks a lot! I will use it but just wondering if there is a non-array formula as well? Thanks again, 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
H hgrove Jul 14, 2004 #4 Kolyan wrote... ... I will use it but just wondering if there is a non-array formula as well? Click to expand... ... 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(--(A11>0),(A11-SUMIF(A11,">0") /COUNTIF(A11,">0"))^2)/(COUNTIF(A11,">0")-1))^0.
Kolyan wrote... ... I will use it but just wondering if there is a non-array formula as well? Click to expand... ... 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(--(A11>0),(A11-SUMIF(A11,">0") /COUNTIF(A11,">0"))^2)/(COUNTIF(A11,">0")-1))^0.