Removing 0 in Stacked Column Chart

J

James8309

Hi everyone,

I am having little problem with my stacked chart.

I have 5 values aganist month

i.e. Month on X-Axis, 5 values(Series1, Series2, Series3, Series4,
Series5) on Y-Axis as stacked.

If the any of the value for any series becomes "0", it displays ugly
"0" on the border, top or bottom line of my chart.

How do I set it so it just removes these ugly 0 between lines? since
it is a stacked chart, I don't really wanna see those ugly 0 on my
chart

Thank you for your help in advance.

Regards,


James
 
D

Dave Curtis

Hi,

One way is to create another copy of your data, with a formula such as

=IF(B1>0,B1,"")

and then use Rob Bovey's free chart labelling add-in to add the data labels.

If the plotted value is zero, the correponding data label will be blank.

Dave

url:http://www.ureader.com/msg/10297257.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top