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  

exclude blank cells in a line graph



 
 
Thread Tools Display Modes
  #1  
Old February 25th, 2009, 06:22 PM posted to microsoft.public.excel.charting
Whitehorn
external usenet poster
 
Posts: 2
Default exclude blank cells in a line graph

I've seen some good threads to exclude blank cells from an excel line graph
by using NA()) instead of "". However, how do I accomodate cells that could
= 0?
  #2  
Old February 25th, 2009, 06:36 PM posted to microsoft.public.excel.charting
Bernard Liengme[_2_]
external usenet poster
 
Posts: 1,027
Default exclude blank cells in a line graph

If the zero comes from a formula then modify the formula
So if the formula is =A2-B2 then use =IF(A2-B2=0,NA(),A2-B2)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Whitehorn" wrote in message
...
I've seen some good threads to exclude blank cells from an excel line
graph
by using NA()) instead of "". However, how do I accomodate cells that
could
= 0?



  #3  
Old February 25th, 2009, 08:53 PM posted to microsoft.public.excel.charting
Whitehorn
external usenet poster
 
Posts: 2
Default exclude blank cells in a line graph

Thanks. I'm looking to graph all calculated data that are currently
available (including 0) and ignore future calculations that will take place
in subsequent weeks.

"Bernard Liengme" wrote:

If the zero comes from a formula then modify the formula
So if the formula is =A2-B2 then use =IF(A2-B2=0,NA(),A2-B2)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Whitehorn" wrote in message
...
I've seen some good threads to exclude blank cells from an excel line
graph
by using NA()) instead of "". However, how do I accomodate cells that
could
= 0?




 




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 01:44 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.