Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
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   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1,104
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   Report Post  
Posted to microsoft.public.excel.charting
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?




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
Blank Graph After Hiding Cells [email protected] Excel Discussion (Misc queries) 4 November 28th 07 09:28 PM
Blank cells in graph Kirsty W[_2_] Charts and Charting in Excel 8 August 17th 07 10:40 AM
How do I leave out blank cells in a line graph? Kirsty W Charts and Charting in Excel 1 March 1st 07 10:54 AM
Have a formula yield a true blank that disconnects graph line Mr. Owl Charts and Charting in Excel 2 August 12th 06 01:31 PM
Blank line in cells Dan Excel Discussion (Misc queries) 1 August 24th 05 05:54 PM


All times are GMT +1. The time now is 09:13 AM.

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"