HIDE VALUE 0 FROM CHART

B

Barry Mitchell

I have a table from which I create a chart. This table shows the number of times a certain incident happens. When there is "0" number of incidents on that cell, is it possible for it not to show on the chart.

Sorry if this doesnt make sense, head is starting to nip with this.
 
C

Claus Busch

Hi Barry,

Am Wed, 27 Nov 2013 07:49:16 -0800 (PST) schrieb Barry Mitchell:
I have a table from which I create a chart. This table shows the number of times a certain incident happens. When there is "0" number of incidents on that cell, is it possible for it not to show on the chart.

instead of 0 use
=NA()


Regards
Claus B.
 
Top