Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 16
Default I need to hide points on a line chart if the value is ZERO

I'm using a line chart to display my info. I only have to show the points on
the graph. I found where to hide the line so only the points show. The only
problem is if I have a value of zero it's displaying a point at ZERO on the
axis, this is not what I want. I can't find where / how to (remove or hide)
point if a value of ZERO. Is this possible?

Please advise
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default I need to hide points on a line chart if the value is ZERO

Hi,

If you do not want the zero to show you can do one of the following
- delete it and have empty cell instead
- type #N/A
- use formula =NA()

Select chart and use Tools Options Chart and make sure the Plot empty
cells as: is not set to zero.

Have to ask though why, in your case, is zero not a valid number that should
be shown?

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Ralph D''Andrea" wrote in message
...
I'm using a line chart to display my info. I only have to show the points
on
the graph. I found where to hide the line so only the points show. The
only
problem is if I have a value of zero it's displaying a point at ZERO on
the
axis, this is not what I want. I can't find where / how to (remove or
hide)
point if a value of ZERO. Is this possible?

Please advise


  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 16
Default I need to hide points on a line chart if the value is ZERO

Hi Andy,
I'd be more than happy to explain:
I have a sales chart that tracks activity for given months (Aug - Dec). At
present the only data I have to report on is Aug & Sept. Oct - Dec are
showing as zero on the axis with a dot. The client doesn't want to see zeroes
for a time in the future, if it was current month(sept) than it would be
valid.
I did like you suggested ToolsOptionsChart, but the the selection you told
me to check to make sure 'blank if zero' is not a field I can select. All the
selections in the top half of the screen are protected.

I have a formula in the cell that holds the result of a months activity. If
I was to put =(NA) there it would delete the formula. This is not something I
want to do. I don't want the client to have to go in every month and have to
change / modify various cells in more than a dozen charts. The intent was to
define the formulas and links, so all they have to do is import the data into
a defined worksheet and the charts will be populated accordingly.

Hope I gave you enough information.

Thanks for the response
Please advise,
Ralph

"Andy Pope" wrote:

Hi,

If you do not want the zero to show you can do one of the following
- delete it and have empty cell instead
- type #N/A
- use formula =NA()

Select chart and use Tools Options Chart and make sure the Plot empty
cells as: is not set to zero.

Have to ask though why, in your case, is zero not a valid number that should
be shown?

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Ralph D''Andrea" wrote in message
...
I'm using a line chart to display my info. I only have to show the points
on
the graph. I found where to hide the line so only the points show. The
only
problem is if I have a value of zero it's displaying a point at ZERO on
the
axis, this is not what I want. I can't find where / how to (remove or
hide)
point if a value of ZERO. Is this possible?

Please advise



  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default I need to hide points on a line chart if the value is ZERO

Hi,

Assuming your data is in A1:B5 then you would put formula in C1 drag down to
C5 and then chart the data in C1:C5.

Aug 10 =IF(B10,B1,NA())
Sep 15
Oct 0
Nov 0
Dec 0

Of course if for some reason the sales for Oct where zero then the data
point would not show.

As for the ToolsOptionsChart setting being protected this would be caused
by either the sheet being protected or the chart not being selected.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Ralph D''Andrea" wrote in message
...
Hi Andy,
I'd be more than happy to explain:
I have a sales chart that tracks activity for given months (Aug - Dec). At
present the only data I have to report on is Aug & Sept. Oct - Dec are
showing as zero on the axis with a dot. The client doesn't want to see
zeroes
for a time in the future, if it was current month(sept) than it would be
valid.
I did like you suggested ToolsOptionsChart, but the the selection you
told
me to check to make sure 'blank if zero' is not a field I can select. All
the
selections in the top half of the screen are protected.

I have a formula in the cell that holds the result of a months activity.
If
I was to put =(NA) there it would delete the formula. This is not
something I
want to do. I don't want the client to have to go in every month and have
to
change / modify various cells in more than a dozen charts. The intent was
to
define the formulas and links, so all they have to do is import the data
into
a defined worksheet and the charts will be populated accordingly.

Hope I gave you enough information.

Thanks for the response
Please advise,
Ralph

"Andy Pope" wrote:

Hi,

If you do not want the zero to show you can do one of the following
- delete it and have empty cell instead
- type #N/A
- use formula =NA()

Select chart and use Tools Options Chart and make sure the Plot empty
cells as: is not set to zero.

Have to ask though why, in your case, is zero not a valid number that
should
be shown?

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Ralph D''Andrea" wrote in
message
...
I'm using a line chart to display my info. I only have to show the
points
on
the graph. I found where to hide the line so only the points show. The
only
problem is if I have a value of zero it's displaying a point at ZERO on
the
axis, this is not what I want. I can't find where / how to (remove or
hide)
point if a value of ZERO. Is this possible?

Please advise




  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 16
Default I need to hide points on a line chart if the value is ZERO

Thanks Andy, works great

"Ralph D''Andrea" wrote:

I'm using a line chart to display my info. I only have to show the points on
the graph. I found where to hide the line so only the points show. The only
problem is if I have a value of zero it's displaying a point at ZERO on the
axis, this is not what I want. I can't find where / how to (remove or hide)
point if a value of ZERO. Is this possible?

Please advise



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing Points in a Line Chart Techno_Dex Charts and Charting in Excel 3 August 12th 06 12:00 AM
Line chart with two series; how to add points to one and not the other? chowgirl Charts and Charting in Excel 0 February 8th 06 09:10 PM
Joining data points on a line chart JCW173 Charts and Charting in Excel 2 January 26th 06 12:38 PM
Null points in a line chart rmellison Excel Discussion (Misc queries) 1 September 7th 05 01:21 AM
How can I hide points for future dates on a Year to Date chart? rlmills Charts and Charting in Excel 1 November 29th 04 05:23 PM


All times are GMT +1. The time now is 12:46 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"