PC Review


Reply
Thread Tools Rate Thread

Charting cells with no values

 
 
Adrian
Guest
Posts: n/a
 
      12th May 2004
I have am using a chart which takes source data from a
group of cells. these cells have a formula along the lines
of:

=IF(A1"","",=A1*20)

When they return a value of "" (i.e. an empty cell) the
chart still treats the value as 0 and plots it on the
graph. I have made sure that the 'plot empty cells as'
option is set to 'Not plotted (leave gaps)'.

Completely empty cells are not plotted on the chart but
cells which contain the formula above and still remain
empty are still plotted on the chart as 0.

I want these cells to be ignored on the chart until the
data is available to populate them.

Can anyone help?


 
Reply With Quote
 
 
 
 
Debra Dalgleish
Guest
Posts: n/a
 
      12th May 2004
Change your formula to use NA() instead of an empty string:

=IF(A1="",NA(),A1*20)

Adrian wrote:
> I have am using a chart which takes source data from a
> group of cells. these cells have a formula along the lines
> of:
>
> =IF(A1"","",=A1*20)
>
> When they return a value of "" (i.e. an empty cell) the
> chart still treats the value as 0 and plots it on the
> graph. I have made sure that the 'plot empty cells as'
> option is set to 'Not plotted (leave gaps)'.
>
> Completely empty cells are not plotted on the chart but
> cells which contain the formula above and still remain
> empty are still plotted on the chart as 0.
>
> I want these cells to be ignored on the chart until the
> data is available to populate them.
>
> Can anyone help?
>
>



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      15th May 2004
The reason you need to use something like Debra's suggestion is that ""
is not an empty cell. It is a cell with a very short text string, and
Excel charts text as zero. Unfortunately Excel has no BLANK() or NULL()
worksheet function that can be displayed in this situation.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

Adrian wrote:

> I have am using a chart which takes source data from a
> group of cells. these cells have a formula along the lines
> of:
>
> =IF(A1"","",=A1*20)
>
> When they return a value of "" (i.e. an empty cell) the
> chart still treats the value as 0 and plots it on the
> graph. I have made sure that the 'plot empty cells as'
> option is set to 'Not plotted (leave gaps)'.
>
> Completely empty cells are not plotted on the chart but
> cells which contain the formula above and still remain
> empty are still plotted on the chart as 0.
>
> I want these cells to be ignored on the chart until the
> data is available to populate them.
>
> Can anyone help?
>
>


 
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
Not Charting Zero Values greg.vassar@gmail.com Microsoft Excel Charting 1 27th Sep 2007 11:49 PM
Formula'd cells charting as zero values Jay Microsoft Excel Discussion 3 7th Aug 2006 12:57 AM
How do you stop excel from charting empty cells/null values as zer =?Utf-8?B?QWJlLWFpcg==?= Microsoft Excel Charting 3 20th Mar 2006 11:57 PM
Re: Charting values >0 Dave Peterson Microsoft Excel Misc 0 23rd Sep 2003 12:17 AM
Re: charting 0 values Jon Peltier Microsoft Excel Charting 0 11th Jul 2003 01:34 PM


Features
 

Advertising
 

Newsgroups
 


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