I'll start by saying I'm not good with charts in or outside of excel, so I hope I'm explaining this accurately.
I have a line chart that I want to ignore blanks from =IF(ISBLANK(),"",) formulas
It's plotting from the range AF2:AY37. AF and row 2 are the X and Y axis respectively, so AG3:AY37 is the data to be plotted.
There is currently only data in columns AF and AG, and in rows 3 through 18. How can I have it ignore the other cells?
For instance, the first value for one line to be plotted is 25, the second is 50, but with the third column being blank, its treating it like a 0. I just want the line to stop on the graph until the next value is entered/calculated.
I have a line chart that I want to ignore blanks from =IF(ISBLANK(),"",) formulas
It's plotting from the range AF2:AY37. AF and row 2 are the X and Y axis respectively, so AG3:AY37 is the data to be plotted.
There is currently only data in columns AF and AG, and in rows 3 through 18. How can I have it ignore the other cells?
For instance, the first value for one line to be plotted is 25, the second is 50, but with the third column being blank, its treating it like a 0. I just want the line to stop on the graph until the next value is entered/calculated.