S
szgd5h
I used the NA() function suggested by Tushar for line charts to avoi
plotting blank cells as 0s. It worked great. When I try it for
column chart, the #N/A data label appears when I select show dat
labels. I have the following data:
Joe 8 10 80%
Bob 8.5 10 85%
John 9 10 90%
Joyce 9.5 10 95%
Cindy 10 10 100%
Paul 10 10 100%
Al 0 0 #N/A
Julie 0 0 #N/A
I calculate the % with the following formula:
=IF(C1=0,NA(),B1/C1)
When I plot the data in column 1 and 4 in a column chart and show th
data labels, the #N/A appears. How can I get rid of this withou
having to modify the chart each time? (In other words, I can get ri
of it by manually clearing the cells with the #N/A in it each time, bu
I'd prefer not to.)
Thanks
plotting blank cells as 0s. It worked great. When I try it for
column chart, the #N/A data label appears when I select show dat
labels. I have the following data:
Joe 8 10 80%
Bob 8.5 10 85%
John 9 10 90%
Joyce 9.5 10 95%
Cindy 10 10 100%
Paul 10 10 100%
Al 0 0 #N/A
Julie 0 0 #N/A
I calculate the % with the following formula:
=IF(C1=0,NA(),B1/C1)
When I plot the data in column 1 and 4 in a column chart and show th
data labels, the #N/A appears. How can I get rid of this withou
having to modify the chart each time? (In other words, I can get ri
of it by manually clearing the cells with the #N/A in it each time, bu
I'd prefer not to.)
Thanks