A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How do I ignore Graphs zero values.



 
 
Thread Tools Display Modes
  #11  
Old August 12th, 2009, 04:06 PM posted to microsoft.public.excel.charting
MCC
external usenet poster
 
Posts: 12
Default How do I ignore Graphs zero values.

Really important because it is NOT obvious through the prior instructions in
this change: you have to set the conditional formatting for a single cell as
decribed and then copy the format with the paintbrush to all the other cells.
You can NOT select a range of cells and set the formula based conditional
formatting for them all at the same time.

"AR" wrote:

Thanks Jon for the How To Conditional Format. I wasn't using Formula Is I was
using Cell Is

"Jon Peltier" wrote:

Here's Debra Dalgleish's explanation:

http://contextures.com/xlCondFormat03.html#Errors

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


"AR" wrote in message
...
Jon

I have done this but in an earlier discussion Andy suggested after doing
the
formula you: " Use conditional formating to hide the #N/A". THis is the
part
I cannot get to work. Whatever version of N/A I use I cannot fomat it.


"Jon Peltier" wrote:

Use the Is Formula option, and this formula, where the active cell is A1

=ISNA(A1)

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


"AR" wrote in message
...
I have tried doing a conditional format on the #N/A but it does not seem
to
work. What do you need to specifically put in the conditional format. I
have
tried #N/A, NA(), N/A ?

"fishy" wrote:

Working thanks - as you said, already tried the first suggestion but
as
it
was a formulae, it still showed.

"Andy Pope" wrote:

Hi,

That will not work is the cells actually contain zero because by
definition containing zero is NOT empty.

The zeros will either need to be removed from the cells or replaced
with
NA().

=IF(SUM(myrange)=0,NA(),SUM(myrange))

Use conditional formating to hide the #N/A

Cheers
Andy

R..VENKATARAMAN wrote:
select the chart.
goto tools options and check plot empty cells as any of the three
chices
given there.


"fishy" wrote in message
...

I have a variety of tables in excel that sum approx 20 sheets but
occasionally these have a zero value.

The graphs link off these tables and show drops to zero on these
occurences.
How do I get the graph to ignore the zero values.

The source table formula is too long to put an if arguement in.




--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info







 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:38 PM.


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