Link to home
Start Free TrialLog in
Avatar of skillilea
skillilea

asked on

Hide zero values on an X Y scatter graph

I have a dynamic XY chart.

Dates in COL A  and the values are in whatever column I offset to.   Some values are Zero.  I do not want to show the value on the chart as zero if there is no value.

I have tried using a custom # format.
I have tried using a formula  (probably didn't do this one correct)

How can I do this.  I want to show the gap in the line not have it drawn on the X axis as Zero.

thanks experts.

Avatar of skillilea
skillilea

ASKER

Think I found a possible one.

IF(A1 = 0 , #N/A, A1)

any better ways so I don't have to add another IF in my formula.

sk
ASKER CERTIFIED SOLUTION
Avatar of Rory Archibald
Rory Archibald
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial