E
Eric
For my chart, I need to return the equivalent of a
truly "blank" cell. The NA() function causes the graph to
interpolate the missing point, whereas a blank cell causes
the graph to plot nothing. I need to plot nothing.
I'm using layered lines, one dashed and one solid, so that
I can highlight interpolated points with a dashed style.
Currently, I use a white line to mask the solid line that
goes to "0" when the driving formula returns "" for the
solid line. This works in 90% of situations, but there
are some instances that are too complex (too many embedded
functions) to correct with a white line. I'd rather
correct the problem by preventing the solid line from ever
going to "0" in the first place, which can be accomplished
with a "blank" cell. Can this be done?
truly "blank" cell. The NA() function causes the graph to
interpolate the missing point, whereas a blank cell causes
the graph to plot nothing. I need to plot nothing.
I'm using layered lines, one dashed and one solid, so that
I can highlight interpolated points with a dashed style.
Currently, I use a white line to mask the solid line that
goes to "0" when the driving formula returns "" for the
solid line. This works in 90% of situations, but there
are some instances that are too complex (too many embedded
functions) to correct with a white line. I'd rather
correct the problem by preventing the solid line from ever
going to "0" in the first place, which can be accomplished
with a "blank" cell. Can this be done?