Hi!
I have Rows and Rows of data that include data of interest.
These rows also have blank cells, cells with value 0, cells with value 100, and some that have #DIV/0!
I want to calculate the standard deviation of the range (1 row), but only of the data of interest.
I have found ways to calculate the average and the the number of data points:
=AVERAGEIFS(J7:J228, J7:J228, "<99.99", J7:J228, ">0")
=COUNTIFS(J7:J228,"<99.99",J7:J228,">0")
Both work as expected.
Thanks in advance!
Bruce
I have Rows and Rows of data that include data of interest.
These rows also have blank cells, cells with value 0, cells with value 100, and some that have #DIV/0!
I want to calculate the standard deviation of the range (1 row), but only of the data of interest.
I have found ways to calculate the average and the the number of data points:
=AVERAGEIFS(J7:J228, J7:J228, "<99.99", J7:J228, ">0")
=COUNTIFS(J7:J228,"<99.99",J7:J228,">0")
Both work as expected.
Thanks in advance!
Bruce
|