jillseurre
Technical User
stopping a graph from starting or ending @ zero on cells with calculations in.
I have a graph as follows
A1.A100 = the x axis range of dates
B1.B100 = the Y values
now if I only populate B1.B50
The graph produced stops at B50 but the X axis carries on,
so when I add B51 the graph area stays the same but it adds an additional Y value.. NO RETURN TO ZERO
PERFECT, exactly what I want, so far so good
Now I start to add another axis C1.C100 and I fill this with a calculation
in C1 I put =IF(B1="",some calc which makes a number,""
and copy to C100
Now when I graph it at C51 it will do the calc, But on the graph instead of starting at the value in C51 it starts C50 from 0 and I get a line up the graph.
Then for D1.D100 I want to do the opposite
=IF(B1="","",some calc which makes a number)
Then the graph when it reaches D51 will go down to zero.
how do I stop this zeroing from happening on cells with calcualtions. In the if statement instead of putting "" can I put something else which the graph will not see as a zero ???
I have a graph as follows
A1.A100 = the x axis range of dates
B1.B100 = the Y values
now if I only populate B1.B50
The graph produced stops at B50 but the X axis carries on,
so when I add B51 the graph area stays the same but it adds an additional Y value.. NO RETURN TO ZERO
PERFECT, exactly what I want, so far so good
Now I start to add another axis C1.C100 and I fill this with a calculation
in C1 I put =IF(B1="",some calc which makes a number,""
Now when I graph it at C51 it will do the calc, But on the graph instead of starting at the value in C51 it starts C50 from 0 and I get a line up the graph.
Then for D1.D100 I want to do the opposite
=IF(B1="","",some calc which makes a number)
Then the graph when it reaches D51 will go down to zero.
how do I stop this zeroing from happening on cells with calcualtions. In the if statement instead of putting "" can I put something else which the graph will not see as a zero ???