#1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 7
Default Do not plot zeros

Where is the option not to plot zero value on a chart hiding in Excel 2007?
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1,071
Default Do not plot zeros

In article ,
says...
Where is the option not to plot zero value on a chart hiding in Excel 2007?

Is there such an option? In previous versions, the solution was to replace
the zero with a truly empty cell or, if the result of a formula, NA().

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 7
Default Do not plot zeros

Yes. I have "#N/A" in the cells, but the chart is still interpolating them.
I want gaps. I thought if I could be sure that the switch was set to "Not
plotted" it may leave gaps. But I can't find that switch in Excel 2007.


"David Biddulph" wrote:

"Tushar Mehta" wrote in message
om...
In article ,
says...
Where is the option not to plot zero value on a chart hiding in Excel
2007?

Is there such an option? In previous versions, the solution was to
replace
the zero with a truly empty cell or, if the result of a formula, NA().


Perhaps what the OP was thinking of in earlier versions was:
Tools/ Options/ Chart/ Plot empty cells as ...
The options a
Not plotted (leave gaps), or
Zero, or
Interpolated

Empty cells are of course different from zeroes, but that may be where the
confusion arises?
--
David Biddulph



  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6
Default Do not plot zeros


I can't do the same thing but in 2003. I have a formula that needs to be in
the cells or I'll have to adjust the range every single time I need the data.
This would result in me cutting and pasting all day to generate the dozens
of reports I need.

I have tried making the forumula return an empty cell "" or even a dash "-"
but it reads it all as zero.

Any help or ideas??


  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Do not plot zeros

Hi,

The setting is on the Select Data dialog. "Hidden and Empty cells" button.
Select chart, select Design contextual tab, Data group.

But this will not resolve your problem as your cells are not empty. #N/A
will be Interpolated.
http://www.andypope.info/charts/brokenlines.htm

Cheers
Andy

Sashi wrote:
Yes. I have "#N/A" in the cells, but the chart is still interpolating them.
I want gaps. I thought if I could be sure that the switch was set to "Not
plotted" it may leave gaps. But I can't find that switch in Excel 2007.


"David Biddulph" wrote:


"Tushar Mehta" wrote in message
.com...

In article ,
says...

Where is the option not to plot zero value on a chart hiding in Excel
2007?


Is there such an option? In previous versions, the solution was to
replace
the zero with a truly empty cell or, if the result of a formula, NA().


Perhaps what the OP was thinking of in earlier versions was:
Tools/ Options/ Chart/ Plot empty cells as ...
The options a
Not plotted (leave gaps), or
Zero, or
Interpolated

Empty cells are of course different from zeroes, but that may be where the
confusion arises?
--
David Biddulph



  #7   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Do not plot zeros

Andy's trick was pretty cool, but I have multiple lines which will
likely cross one another and some bars to boot, so the masks show. Are
there any other ways to prevent Excel from interpolating between
points? My final chart will be a bar chart with 3 lines. The lines
can stop/start at any point (inlcuding single points) and could even
occur on the same date (date is X).

Thanks in advance to anyone who offers ideas - I've been down the
"empty cell" that's really a formula, and use #N/A only to find it
interpolates between points road for a few hours and plan on either
giving in to lines that shouldn't be .. or finding an uber-geek on this
board with a complete solution (just don't say "use Lotus").

Andy Pope wrote:
Hi,

The setting is on the Select Data dialog. "Hidden and Empty cells" button.
Select chart, select Design contextual tab, Data group.

But this will not resolve your problem as your cells are not empty. #N/A
will be Interpolated.
http://www.andypope.info/charts/brokenlines.htm

Cheers
Andy

Sashi wrote:
Yes. I have "#N/A" in the cells, but the chart is still interpolating them.
I want gaps. I thought if I could be sure that the switch was set to "Not
plotted" it may leave gaps. But I can't find that switch in Excel 2007.


"David Biddulph" wrote:


"Tushar Mehta" wrote in message
.com...

In article ,
says...

Where is the option not to plot zero value on a chart hiding in Excel
2007?


Is there such an option? In previous versions, the solution was to
replace
the zero with a truly empty cell or, if the result of a formula, NA().

Perhaps what the OP was thinking of in earlier versions was:
Tools/ Options/ Chart/ Plot empty cells as ...
The options a
Not plotted (leave gaps), or
Zero, or
Interpolated

Empty cells are of course different from zeroes, but that may be where the
confusion arises?
--
David Biddulph




  #8   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Do not plot zeros

Hi,

You could create a set of specific charting data where the cells that
contain #N/A have their content cleared.
Obviously this can be done manually or with VBA code.

Cheers
Andy

Corey Mac wrote:
Andy's trick was pretty cool, but I have multiple lines which will
likely cross one another and some bars to boot, so the masks show. Are
there any other ways to prevent Excel from interpolating between
points? My final chart will be a bar chart with 3 lines. The lines
can stop/start at any point (inlcuding single points) and could even
occur on the same date (date is X).

Thanks in advance to anyone who offers ideas - I've been down the
"empty cell" that's really a formula, and use #N/A only to find it
interpolates between points road for a few hours and plan on either
giving in to lines that shouldn't be .. or finding an uber-geek on this
board with a complete solution (just don't say "use Lotus").

Andy Pope wrote:

Hi,

The setting is on the Select Data dialog. "Hidden and Empty cells" button.
Select chart, select Design contextual tab, Data group.

But this will not resolve your problem as your cells are not empty. #N/A
will be Interpolated.
http://www.andypope.info/charts/brokenlines.htm

Cheers
Andy

Sashi wrote:

Yes. I have "#N/A" in the cells, but the chart is still interpolating them.
I want gaps. I thought if I could be sure that the switch was set to "Not
plotted" it may leave gaps. But I can't find that switch in Excel 2007.


"David Biddulph" wrote:



"Tushar Mehta" wrote in message
ft.com...


In article ,
says...


Where is the option not to plot zero value on a chart hiding in Excel
2007?


Is there such an option? In previous versions, the solution was to
replace
the zero with a truly empty cell or, if the result of a formula, NA().

Perhaps what the OP was thinking of in earlier versions was:
Tools/ Options/ Chart/ Plot empty cells as ...
The options a
Not plotted (leave gaps), or
Zero, or
Interpolated

Empty cells are of course different from zeroes, but that may be where the
confusion arises?
--
David Biddulph






--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
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
How To: Easy Box Plot Edmund Charts and Charting in Excel 5 November 8th 06 04:02 PM
Macro Help replacing dropped zeros [email protected] Excel Discussion (Misc queries) 5 September 2nd 06 06:08 PM
Can I copy x-y scatter plot data direct from one plot to another? Chris Charts and Charting in Excel 2 June 3rd 05 01:20 PM
Plot Wizard -- "Not enough system resources to display completely. Andrew Charts and Charting in Excel 1 April 26th 05 12:27 AM
Contour plot ojv Charts and Charting in Excel 2 January 10th 05 03:17 PM


All times are GMT +1. The time now is 02:25 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"