A
Ari Järmälä
I have Excel 2002. How can you write a formula, that gives a value "no
value, empty cell"? I mean a function, which is neither a zero (0.00)
nor missing data (=NA()).
See, I have a time series. I want to to plot a graph with a moving
average line. So there must not be zeros representing the missing
data.
Secondly, I also want to calculate a moving standard deviation on the
time series. So there must not be any =NA()'s, because you can't
calculate st.dev over a =NA().
These are no good:
=if(something;c1-b1;0) [zero is not the same as empty cell]
=if(something;c1-b1;"") ["" interprets as zero in graphs]
=if(something;c1-b1;NA()) [not allowed in st.dev function]
Clearing the cells with missing data is not an option, because the
time series is huge. How can you define in a formula, that the cell is
empty?
Rgs, Ari Järmälä
value, empty cell"? I mean a function, which is neither a zero (0.00)
nor missing data (=NA()).
See, I have a time series. I want to to plot a graph with a moving
average line. So there must not be zeros representing the missing
data.
Secondly, I also want to calculate a moving standard deviation on the
time series. So there must not be any =NA()'s, because you can't
calculate st.dev over a =NA().
These are no good:
=if(something;c1-b1;0) [zero is not the same as empty cell]
=if(something;c1-b1;"") ["" interprets as zero in graphs]
=if(something;c1-b1;NA()) [not allowed in st.dev function]
Clearing the cells with missing data is not an option, because the
time series is huge. How can you define in a formula, that the cell is
empty?
Rgs, Ari Järmälä