I am attempting to create a chart with a dynamic data series. Each series in the chart comes from an absolute range, but only a certain amount of that range may have data, a
I had a similar issue using an X/Y chart but then also needed to calculate the correlation function on the two sets of Data.
=IF(A1>A2,A3,#N/A) allows the chart to be plotted but correlation of X & Y fails.
I solved this by
=IF(A1>A2,A3,FALSE)
The FALSE can then be removed using conditional formatting or other tricks