#1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 54
Default Dynamic Chart

I have a dynamic chart working but when the future vale = 0 or if it has a
formula in the cell the chart reads it as 0.

Is there any way around this ??
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Dynamic Chart

The formula returns "", which Excel interprets as text, and assigns a value
of zero. Change this to NA(), which leaves an error in the cell (#N/A), but
which is not plotted in a line or XY chart.

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

"Mark Allen" wrote in message
...
I have a dynamic chart working but when the future vale = 0 or if it has a
formula in the cell the chart reads it as 0.

Is there any way around this ??



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Dynamic Chart

Hi,

If you have a formula it needs to return #N/A instead of zero.
example,

=IF( <test , <value , NA() )

Cheers
Andy

Mark Allen wrote:
I have a dynamic chart working but when the future vale = 0 or if it has a
formula in the cell the chart reads it as 0.

Is there any way around this ??

  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 54
Default Dynamic Chart

nope it still see's it as something there so the dynamic chart does not work...

this is the formula I am using:

=IF(SUMIF(F:G,L29,G:G)=0,NA(),SUMIF(F:G,L29,G:G))

Any other ideas to try ??

Mark

"Andy Pope" wrote:

Hi,

If you have a formula it needs to return #N/A instead of zero.
example,

=IF( <test , <value , NA() )

Cheers
Andy

Mark Allen wrote:
I have a dynamic chart working but when the future vale = 0 or if it has a
formula in the cell the chart reads it as 0.

Is there any way around this ??


  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Dynamic Chart

Probably should be

=IF(SUMIF(F:F,L29,G:G)=0,NA(),SUMIF(F:F,L29,G:G))

but I get the same answer either way. What's in column G? If my sumif
resolves to zero, the formula results in #N/A.

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



"Mark Allen" wrote in message
...
nope it still see's it as something there so the dynamic chart does not
work...

this is the formula I am using:

=IF(SUMIF(F:G,L29,G:G)=0,NA(),SUMIF(F:G,L29,G:G))

Any other ideas to try ??

Mark

"Andy Pope" wrote:

Hi,

If you have a formula it needs to return #N/A instead of zero.
example,

=IF( <test , <value , NA() )

Cheers
Andy

Mark Allen wrote:
I have a dynamic chart working but when the future vale = 0 or if it
has a
formula in the cell the chart reads it as 0.

Is there any way around this ??






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
Dynamic chart Joe Excel Discussion (Misc queries) 1 September 26th 06 02:02 PM
Dynamic Chart krais Excel Discussion (Misc queries) 0 July 10th 06 09:34 PM
Dynamic Chart Dave Y Charts and Charting in Excel 2 March 19th 06 03:13 PM
Dynamic Chart Renato8 Charts and Charting in Excel 1 January 20th 06 02:26 PM
Dynamic chart JC Excel Discussion (Misc queries) 1 March 29th 05 01:28 PM


All times are GMT +1. The time now is 10:17 PM.

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"