G
Guest
I have a chart series which is based upon cells in more than 1 line, some of the cells in the series have #n/a (using an if to force #n/a if the cell value is zero) in them, i do not wish to plot these values, and the moment these are being plotted as zeros, the chart series source reads as follows
=SERIES(,,('T5'!$H$77:$T$77,'T5'!$I$80:$T$80,'T5'!$I$84:$T$84,'T5'!$I$87:$Q$87),2
if the series was all on one line the #n/a values arent plotted, but with the series split like this then the #n/a cells are plotted. It seems to be just having the series split like this that plots the zeros
Any ideas
=SERIES(,,('T5'!$H$77:$T$77,'T5'!$I$80:$T$80,'T5'!$I$84:$T$84,'T5'!$I$87:$Q$87),2
if the series was all on one line the #n/a values arent plotted, but with the series split like this then the #n/a cells are plotted. It seems to be just having the series split like this that plots the zeros
Any ideas