I have built a graph on an extract of data and where there are gaps in the data, the line on the graph stops where there is no data and restarts where there is: this is what I want it to do.
However I have another graph where I calculate the field to be graphed using:
=IF(L6>0.01,D6/L6,""
however where the result is "" the graph is taking that as a zero and the graph dips to zero.
Also where I apply a trend line to this the trend takes into consideration the unwanted zero in the 2nd example but treats the nul data correctly in the first example
How can I get the second graph right?
Regards
Keith
However I have another graph where I calculate the field to be graphed using:
=IF(L6>0.01,D6/L6,""

Also where I apply a trend line to this the trend takes into consideration the unwanted zero in the 2nd example but treats the nul data correctly in the first example
How can I get the second graph right?
Regards
Keith