Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2
Default How to eliminate zero values on graphs when formula calculates 0?

I'm setting up a graph of data that is calculated with an "if" function over
a series of days of input data including future days. When the input data
cell is blank I would like the calculated value to not show a zero value on
the graph. If the cell were blank, the plot would not show a zero value.
The problem is that at the end of the line graph the line always falls off to
zero.

  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8,651
Default How to eliminate zero values on graphs when formula calculates 0?

=IF(A1="",NA(),your_formula)
--
David Biddulph

"sjgolfer" wrote in message
...
I'm setting up a graph of data that is calculated with an "if" function
over
a series of days of input data including future days. When the input data
cell is blank I would like the calculated value to not show a zero value
on
the graph. If the cell were blank, the plot would not show a zero value.
The problem is that at the end of the line graph the line always falls off
to
zero.



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2
Default How to eliminate zero values on graphs when formula calculates

Thanks David. That does make the cell blank but unfortunately it still plots
as a zero on the graph.
SJgolfer

"David Biddulph" wrote:

=IF(A1="",NA(),your_formula)
--
David Biddulph

"sjgolfer" wrote in message
...
I'm setting up a graph of data that is calculated with an "if" function
over
a series of days of input data including future days. When the input data
cell is blank I would like the calculated value to not show a zero value
on
the graph. If the cell were blank, the plot would not show a zero value.
The problem is that at the end of the line graph the line always falls off
to
zero.




  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1,104
Default How to eliminate zero values on graphs when formula calculates

A value of #N/A (coming from the NA() function) is ignored by the chart
engine
Want to send me a sample file to check? Get me email from my website
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"sjgolfer" wrote in message
...
Thanks David. That does make the cell blank but unfortunately it still
plots
as a zero on the graph.
SJgolfer

"David Biddulph" wrote:

=IF(A1="",NA(),your_formula)
--
David Biddulph

"sjgolfer" wrote in message
...
I'm setting up a graph of data that is calculated with an "if" function
over
a series of days of input data including future days. When the input
data
cell is blank I would like the calculated value to not show a zero
value
on
the graph. If the cell were blank, the plot would not show a zero
value.
The problem is that at the end of the line graph the line always falls
off
to
zero.





  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1,104
Default How to eliminate zero values on graphs when formula calculates

Problem solved. The cell were no empty but contained zeros and the
worksheet was formatted not to show zeros!
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"sjgolfer" wrote in message
...
Thanks David. That does make the cell blank but unfortunately it still
plots
as a zero on the graph.
SJgolfer

"David Biddulph" wrote:

=IF(A1="",NA(),your_formula)
--
David Biddulph

"sjgolfer" wrote in message
...
I'm setting up a graph of data that is calculated with an "if" function
over
a series of days of input data including future days. When the input
data
cell is blank I would like the calculated value to not show a zero
value
on
the graph. If the cell were blank, the plot would not show a zero
value.
The problem is that at the end of the line graph the line always falls
off
to
zero.





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
Eliminate duplicate values in drop down list irvine79 Excel Discussion (Misc queries) 1 February 3rd 09 09:30 PM
formula only calculates when clicked kbenedict Excel Worksheet Functions 1 April 24th 07 07:04 PM
How do I eliminate negative values in a spreadsheet ? Grant Excel Discussion (Misc queries) 2 October 31st 06 02:13 AM
How do I eliminate duplicate values in a series of data in excel? dparker Excel Discussion (Misc queries) 1 December 14th 05 05:27 PM
formula that calculates upon saving only hw Excel Discussion (Misc queries) 2 May 26th 05 03:47 PM


All times are GMT +1. The time now is 11:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"