I am plotting a graph of x vs y, where the y value contains an IF statement. It tests whether a certain value is valid, and if it is not I have it displaying "Invalid". My output is therefore a series of values with a few "invalid" cells.
My problem is that when I plot this, Excel assigns these "Invalid" cells the value zero. I would much rather it gave me a break in the line where the results are not valid, much as if I had deleted the cell manually. Note, it is not always the same cells that have the "Invalid" value, so I need something that can be applied to all the y-values.
Actually, the same goes for #DIV/0! values. I'd rather they didn't plot at all, rather than being given a zero value, but maybe I'll leave that for another time.
My problem is that when I plot this, Excel assigns these "Invalid" cells the value zero. I would much rather it gave me a break in the line where the results are not valid, much as if I had deleted the cell manually. Note, it is not always the same cells that have the "Invalid" value, so I need something that can be applied to all the y-values.
Actually, the same goes for #DIV/0! values. I'd rather they didn't plot at all, rather than being given a zero value, but maybe I'll leave that for another time.