A
airbob
I have read some great tips on making my chart dynamic that involv
changing the range. The chart I would like to create is a 12 month lin
chart. I want the chart to always be 12 months in length, but the poin
to simply not be plotted if the value of the cell "blank". In othe
words, stop the line short of the end of the plot area.
The 12 months of charted cells have a formula lik
=IF(A1=0,"",SUM(A1:A6)). So you see a blank cell if A1 is 0. But th
chart shows this as a zero value. If I delete the contents the char
does what I would like.
Is there a way to simply change the formula? Is there another way t
make this cell not show in the chart without having to copy or re-ente
the formula when I want it to chart?
Bo
changing the range. The chart I would like to create is a 12 month lin
chart. I want the chart to always be 12 months in length, but the poin
to simply not be plotted if the value of the cell "blank". In othe
words, stop the line short of the end of the plot area.
The 12 months of charted cells have a formula lik
=IF(A1=0,"",SUM(A1:A6)). So you see a blank cell if A1 is 0. But th
chart shows this as a zero value. If I delete the contents the char
does what I would like.
Is there a way to simply change the formula? Is there another way t
make this cell not show in the chart without having to copy or re-ente
the formula when I want it to chart?
Bo