Graphing question.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm having data values print on my graph, but I don't want the zero's to print. I've created a formula in the spreadshee to return a blank value, but the 0's still print on the graph. Any help is appreciated
Thanks.
 
Instead of an empty string, you can use the NA() function in your formulas:

=IF(B2=0,NA(),B2)
 

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

Back
Top