Consider a column of a spread sheet, e.g. column A
in the picture.
How can I get Libre Office to calculate the standard deviation of this column, but without considering values below a certain threshold (A14
in the picture)?
In the picture my desired expression, would only consider the values of cells A1
, A4
, A7
to A9
, A10
and A11
in the standard deviation as if they were only ones in the column (sub-sample).
As you can see I tried
=STDEV(IF(A1:A12>A14,A1:A12))
...and its array-form to no avail. I'm surprised non of these work as it goes against other claims in the OpenOffice forum and against my intuition of LibreOffice.
Edit:
The problems seems to be more of a bug in my version. Even in a fresh sheet it behaves unpredictable. Sometimes I have to remove the last round closing bracket )
, than enter it manually again and then press Strg+Shift+Enter for array mode. Sometimes it doesn't work at all no matter what I do. Its incredible.