PC Review


Reply
Thread Tools Rate Thread

Chart values for blanks show as zero (Excel 2003)

 
 
SoccerTedTx@yahoo.com
Guest
Posts: n/a
 
      5th Jan 2009
I have a chart for quarterly activity (13 weeks per quarter).
The chart data is a static range which is updated weekly.
For weeks which have not occurred yet the fields are blank. However, the
chart shows these weeks as having zero and plots them on the chart.
How do I avoid this and only have blanks on the chart?

Thanks for your assistance,
(E-Mail Removed)
 
Reply With Quote
 
 
 
 
Jon Peltier
Guest
Posts: n/a
 
      6th Jan 2009
Are the cells blank? They have to be completely empty to register as blanks.
A formula that returns "" is not a blank.

You can use NA(), which is skipped in a line or XY chart:

=IF(A1=0,NA(),A1)

This puts #N/A into the cell, which looks ugly, but the chart no longer
thinks you mean zero.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"(E-Mail Removed)" <(E-Mail Removed)@discussions.microsoft.com>
wrote in message news:3DF8BA36-4410-43A1-B8C0-(E-Mail Removed)...
>I have a chart for quarterly activity (13 weeks per quarter).
> The chart data is a static range which is updated weekly.
> For weeks which have not occurred yet the fields are blank. However, the
> chart shows these weeks as having zero and plots them on the chart.
> How do I avoid this and only have blanks on the chart?
>
> Thanks for your assistance,
> (E-Mail Removed)



 
Reply With Quote
 
SoccerTedTx@yahoo.com
Guest
Posts: n/a
 
      6th Jan 2009
Thank you very much for the information. It appears to work perfectly.
Its okay that it looks "ugly" the source data is not being included in the
presentation.

"Jon Peltier" wrote:

> Are the cells blank? They have to be completely empty to register as blanks.
> A formula that returns "" is not a blank.
>
> You can use NA(), which is skipped in a line or XY chart:
>
> =IF(A1=0,NA(),A1)
>
> This puts #N/A into the cell, which looks ugly, but the chart no longer
> thinks you mean zero.
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Peltier Technical Services, Inc.
> http://PeltierTech.com/WordPress/
> _______
>
>
> "(E-Mail Removed)" <(E-Mail Removed)@discussions.microsoft.com>
> wrote in message news:3DF8BA36-4410-43A1-B8C0-(E-Mail Removed)...
> >I have a chart for quarterly activity (13 weeks per quarter).
> > The chart data is a static range which is updated weekly.
> > For weeks which have not occurred yet the fields are blank. However, the
> > chart shows these weeks as having zero and plots them on the chart.
> > How do I avoid this and only have blanks on the chart?
> >
> > Thanks for your assistance,
> > (E-Mail Removed)

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Implement and show pivot chart filtering in excel 2007 as in 2003 Tore Microsoft Excel Programming 0 18th Sep 2009 12:54 PM
Can i hide specific data series in an excel chart yet show the values in the legend??? tony__77 Microsoft Excel Programming 0 27th Sep 2007 07:19 AM
Excel 2002 : Why VLOOKUP formula does not show blanks or N/A ? =?Utf-8?B?TXIuIExvdw==?= Microsoft Excel Misc 3 5th Feb 2007 02:26 PM
How do I stop line on chart - Pste-specl-values (BLANKS) in VB =?Utf-8?B?S29MTSNz?= Microsoft Excel Charting 0 30th Jan 2006 12:38 PM
Skipping Blanks in "Y" Values on Chart Bill Foley Microsoft Excel Charting 1 9th Aug 2004 07:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:43 PM.