Plotting blank cells
I am plotting a time series of readings. The dates are converted from "day of the year" to "day of the heating season" by a formula. If the date is in the future when no reading has yet been taken, it shows as a blank.
For example
=IF(ISBLANK(A395),"",B395-213).
If the data selected for plotting is only the dates for which readings have been created, it works fine. But if the data range is extended to include blanks calculated by the above formula, the whole graph is corrupted. Instead of the x cordinates being the day of the heating season (eg 6, 13, 20....), they are converted to a numerical order (1, 2, 3....).
If I manually delete the formula from the blank dates then the graph is restored.
How can I get Excel to plot a formula-created blank in the same way that it plots a manually-created blank?