Thanks, I've already tried this formula, but it returns a value for the full
dataset (0), irrespective of any filtering. The subtotal on the other hand
does respect the filtering, yet also includes the "0". So at this point, none
of the two alternative fulfill my needs. Hope you can help with another
option.
Niclas
"Bernard Liengme" skrev:
Do you really need to use SUBTOTAL?
How about =STDEV(IF(A1:A80,A1:A8)) which is an array formula and must be
entered with CTRL+SHIFT+ENTER
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email
"Niclas" wrote in message
...
Hi,
In calculation standard deviations I am using the formular
=SUBTOTAL(7;B2:B100) which appears to work nicely when filtering. However,
it
also includes cells with "0". Can anyone tell me, how the formular needs
to
be changed so only numbers "0" is included?
Many thanks in advance,
Niclas