I have a range of cells which include zero and non-zero values. I would like to plot all the non-zero values - is there an easy way to do this (i.e. without sifting through each cell? Clive
Sorry - I'll explain a bit more. I have plotted an xlColumnClustered chart of the data but it includes the zero values, which mess up the accuracy of the chart as most of the non-zero values are between 90 and 100. The effect of the zero values is to push the non-zero values to the very top of the chart which means you can't read them too well. Any suggestions Rob? Clive
If that's your main concern, then just set the axis range to one that pleases you (you could do this programmatically). If the gaps where the zero data is are troublesome, then I think you'll have to do some quick programming to duplicate the range with the zero values left out. Not too much work, really. Sound reasonable? Rob
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.