W
Walshy
I am trying to do a automated line chart that updates as
users input over the next 12 weeks... the chart is
consisting of 12 weeks on the x axis and % on the y.
The problem im having is the values in the table that the
chart is picking up from are formulas... but if the
formula result is zero or ""(blank) I want the line chart
to ignore it... rather than plot zero values making the
line drop when a nil value or blank... for rest of the
whole 12 weeks...?
eg
week 1 = 10%
week 2 = 11%
week 3 =
I want the line to stop at week 2...? but because to work
out the % is a formula the line is carrying on ?
example of the formula is =if(a1="","",a1/100)
Can anyone help me on this please ???
users input over the next 12 weeks... the chart is
consisting of 12 weeks on the x axis and % on the y.
The problem im having is the values in the table that the
chart is picking up from are formulas... but if the
formula result is zero or ""(blank) I want the line chart
to ignore it... rather than plot zero values making the
line drop when a nil value or blank... for rest of the
whole 12 weeks...?
eg
week 1 = 10%
week 2 = 11%
week 3 =
I want the line to stop at week 2...? but because to work
out the % is a formula the line is carrying on ?
example of the formula is =if(a1="","",a1/100)
Can anyone help me on this please ???