chart lines

S

Susie

how do I prevent a chart line from connecting to a 0%? The 0% value results
from data that has not been entered yet, but shows due to the % formula.
 
B

Bernard Liengme

In a Line or XY chart, replace the blank by =NA()
The chart engine will ignore this
It will display as #N/A
If you don't like the look of this (maybe for printing purposes) use
conditional formatting to make the font colour the same as the cell
background, then it 'disappears'
best wishes
 
L

Luke M

Change your formula so that instead of displaying 0, it displays the #N/A
error (which charts ignore)
Example:
=IF(A2>A3,A2-A3,NA())
 

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