Your formulas are constructed to return an appearance of being empty by
using "",
which is actually a zero length string.
The important word here being "string", which means TEXT.
Perhaps your best choice is to use numeric zero,
and eliminate its display by:
From the Menu bar,
<Tools> <Options> <Display> tab,
and *uncheck* "zero values" under Window Options.
--
HTH,
RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================
This is the formula I am using:
=IF(C9>=70,C9,"")
I want to populate the cells in a column with only the values in Column C
that are greater than or equal to 70. Once I have that populated I want to
use the Descriptive Statistics, Data Analysis tool to get Mean, Median, Mode
, Standard Deviation etc. on the data in the new column. As soon as there is
a cell in column C below 70, though, whatever is returned in the new column
prevents Excel from being able to calculate the statistics. If there is an
easier way to go about it, I'd be happy to hear that too.
Thanks