Do not want zero values to plot in a chart

G

Guest

If I have a chart -(line chart) for a spreadsheet and there are some cells that are zero as a result of a formula what can I do to not have those zero values plot on the chart? I have included the condition with the formula to have it display as a blank instead of a zero, but the value of the formual still plots

Thanks for any input

Michelle
 
F

Frank Kabel

Hi Michele
try the following in your formula:
=IF(A1=0,NA(),A1)
the #NA reult is not plotted in your chart. If you like you can hide
these errors with conditional formats

Frank
 
P

Peter Atherton

-----Original Message-----
If I have a chart -(line chart) for a spreadsheet and
there are some cells that are zero as a result of a
formula what can I do to not have those zero values plot
on the chart? I have included the condition with the
formula to have it display as a blank instead of a zero,
but the value of the formual still plots.
Thanks for any input.

Michelle
.

If therre is only one set of data it is easy.

Select the chart and choose Tools, Options, Cart and tick
the Plot Visible Cells Only radio button.

Then hide the column or rows with zero

Regards
Peter
 

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