J
Jim
Hi,
Wonder if anyone can help here.
I use the following formula to create a series for a graph
trend.
IF(ISERROR(A1/B1), "",(A1/B1))
Now if the data returns an error the cell looks blank.
I know the cell is strictly not blank.
When plotting this series on the graph the value turns to
zero.
This is what I want to change.
I don't want to plot the zero's, I know by using NA()
instead of "" returns #N/A which does not plot the zero
point but when this happens the series shows a continuous
line. I need to show the broken series.
In "tools, options, chart" the plot empty cells as: no
plotted (leave gaps) is selected.
Any help hints or queries would be of help.
Kind regards
Jim
Wonder if anyone can help here.
I use the following formula to create a series for a graph
trend.
IF(ISERROR(A1/B1), "",(A1/B1))
Now if the data returns an error the cell looks blank.
I know the cell is strictly not blank.
When plotting this series on the graph the value turns to
zero.
This is what I want to change.
I don't want to plot the zero's, I know by using NA()
instead of "" returns #N/A which does not plot the zero
point but when this happens the series shows a continuous
line. I need to show the broken series.
In "tools, options, chart" the plot empty cells as: no
plotted (leave gaps) is selected.
Any help hints or queries would be of help.
Kind regards
Jim