PC Review


Reply
Thread Tools Rate Thread

Controling how zero values are plotted in charts

 
 
=?Utf-8?B?Y3Jhd3NoYXdwYXVs?=
Guest
Posts: n/a
 
      21st Mar 2006
Can anybody advise me how to overcome the following:
I am trying to create a chart whereby the source data is calculated from a
formula.
I do not want zero values to be plotted in the chart.
I have tried the following, going to TOOLS, OPTIONS, CHARTS & then selecting
'plot empty cells as' = Not Plotted(leave gaps), but this does not overcome
the problem. This function only seems to work when data is not related to a
formula?
I would be very grateful for any help that anybody can give

Kind Regards Paul
 
Reply With Quote
 
 
 
 
Kelly O'Day
Guest
Posts: n/a
 
      21st Mar 2006
Paul:

This is a very frequent question. You are half way to your answer.

By going to tools>Option>charts and selecting Not Plotted, you told excel
what to do with empty cells.

Cells with formulas are not empty. When you use the If - "" workaround, the
cell looks empty, however, Excel still sees the formula and tries to resolve
what to plot.

The full workaround when you have formulas is:

= If(C2<>"", c2*d2, Na())

You'll need to adjust the formula to your conditions, the basic idea is the
same. If the value in a test cell not empty , then use formula, if it is
empty, place Na() in cell.

Excel enters a #N/A in those cells that do not have a value in the test
cell. Excel recognizes #N/A and will not plot cells with this value.


There are several on-line tutorials available - including:

http://processtrends.com/pg_charts_missing_data.htm

http://www.stfx.ca/people/bliengme/E...issingData.htm


...Kelly
(E-Mail Removed)


"crawshawpaul" <(E-Mail Removed)> wrote in message
news:F5592C3F-7F8E-4BAA-8FE8-(E-Mail Removed)...
> Can anybody advise me how to overcome the following:
> I am trying to create a chart whereby the source data is calculated from a
> formula.
> I do not want zero values to be plotted in the chart.
> I have tried the following, going to TOOLS, OPTIONS, CHARTS & then
> selecting
> 'plot empty cells as' = Not Plotted(leave gaps), but this does not
> overcome
> the problem. This function only seems to work when data is not related to
> a
> formula?
> I would be very grateful for any help that anybody can give
>
> Kind Regards Paul



 
Reply With Quote
 
=?Utf-8?B?Y3Jhd3NoYXdwYXVs?=
Guest
Posts: n/a
 
      21st Mar 2006
Hi Kelly

Firstly thanks for your reply, secondly your talking to a total novice with
regards to excel.
I know its alot to ask but can you please explain step by step how to modify
my current formula without messing it all up

Very best regards Paul

"Kelly O'Day" wrote:

> Paul:
>
> This is a very frequent question. You are half way to your answer.
>
> By going to tools>Option>charts and selecting Not Plotted, you told excel
> what to do with empty cells.
>
> Cells with formulas are not empty. When you use the If - "" workaround, the
> cell looks empty, however, Excel still sees the formula and tries to resolve
> what to plot.
>
> The full workaround when you have formulas is:
>
> = If(C2<>"", c2*d2, Na())
>
> You'll need to adjust the formula to your conditions, the basic idea is the
> same. If the value in a test cell not empty , then use formula, if it is
> empty, place Na() in cell.
>
> Excel enters a #N/A in those cells that do not have a value in the test
> cell. Excel recognizes #N/A and will not plot cells with this value.
>
>
> There are several on-line tutorials available - including:
>
> http://processtrends.com/pg_charts_missing_data.htm
>
> http://www.stfx.ca/people/bliengme/E...issingData.htm
>
>
> ...Kelly
> (E-Mail Removed)
>
>
> "crawshawpaul" <(E-Mail Removed)> wrote in message
> news:F5592C3F-7F8E-4BAA-8FE8-(E-Mail Removed)...
> > Can anybody advise me how to overcome the following:
> > I am trying to create a chart whereby the source data is calculated from a
> > formula.
> > I do not want zero values to be plotted in the chart.
> > I have tried the following, going to TOOLS, OPTIONS, CHARTS & then
> > selecting
> > 'plot empty cells as' = Not Plotted(leave gaps), but this does not
> > overcome
> > the problem. This function only seems to work when data is not related to
> > a
> > formula?
> > I would be very grateful for any help that anybody can give
> >
> > Kind Regards Paul

>
>
>

 
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
Zero's plotted in charts? Doug Microsoft Excel Misc 1 28th May 2010 07:14 PM
Values plotted outside of Axis scale JoeAtADA Microsoft Excel Charting 6 24th May 2008 01:23 AM
charts plotted with data on two axes =?Utf-8?B?YW5hb3Jv?= Microsoft Excel Misc 1 4th Sep 2006 06:33 PM
Negative or zero values cannot be plotted correctly on log charts NTE Microsoft Excel Charting 6 11th Dec 2005 05:27 AM
Excel Charts - Data being Plotted beyond Primary X-Axis Scale =?Utf-8?B?WXZvbm5lIEZvY2hlc2F0bw==?= Microsoft Excel Charting 1 1st May 2005 03:36 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:58 AM.