Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
crawshawpaul
 
Posts: n/a
Default Controling how zero values are plotted in charts

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
  #2   Report Post  
Posted to microsoft.public.excel.charting
Kelly O'Day
 
Posts: n/a
Default Controling how zero values are plotted in charts

Paul:

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

By going to toolsOptioncharts 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



"crawshawpaul" wrote in message
...
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



  #3   Report Post  
Posted to microsoft.public.excel.charting
crawshawpaul
 
Posts: n/a
Default Controling how zero values are plotted in charts

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 toolsOptioncharts 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



"crawshawpaul" wrote in message
...
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
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
Zero values in a log chart Joelle_Smith Charts and Charting in Excel 2 May 8th 23 03:42 AM
Zero Values on Charts SkyBluesFan Charts and Charting in Excel 3 February 2nd 06 09:55 PM
Negative or zero values cannot be plotted correctly on log charts NTE Charts and Charting in Excel 6 December 11th 05 05:27 AM
How do I hide 0 values in line charts Stephan Charts and Charting in Excel 2 April 12th 05 12:55 PM
To get a lot of charts that contain different values in a minute Kevin Charts and Charting in Excel 0 December 28th 04 06:45 AM


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