J
John Richards
Can someone tell me how I can test for a blank cell and return a blank
rather than a zero? I am currently using a formula of the form "=IF(
A1<>0,A1+A2,0)" to test for a non-zero value (a zero value in A1 would
normally be an empty cell) but if the value of A1 is blank, the test returns
a zero. The problem is that I am inputing values into A1,A2,A3,... daily
and charting the results. My chart is built using daily values to the end
of the year so when it sees a date corresponding to a future date, An =
blank, the cell of interest holds a zero and my chart goes to zero through
the end of the year instead of stopping when there are no more values in An.
Hope this is clear enough.
Thanks
John
rather than a zero? I am currently using a formula of the form "=IF(
A1<>0,A1+A2,0)" to test for a non-zero value (a zero value in A1 would
normally be an empty cell) but if the value of A1 is blank, the test returns
a zero. The problem is that I am inputing values into A1,A2,A3,... daily
and charting the results. My chart is built using daily values to the end
of the year so when it sees a date corresponding to a future date, An =
blank, the cell of interest holds a zero and my chart goes to zero through
the end of the year instead of stopping when there are no more values in An.
Hope this is clear enough.
Thanks
John