<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Mind the Gap &#8211; Charting Empty Cells</title>
	<atom:link href="http://peltiertech.com/WordPress/mind-the-gap-charting-empty-cells/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/mind-the-gap-charting-empty-cells/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Wed, 23 May 2012 03:01:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Ryan</title>
		<link>http://peltiertech.com/WordPress/mind-the-gap-charting-empty-cells/comment-page-1/#comment-195500</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 16 Mar 2012 20:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2284#comment-195500</guid>
		<description>Thank you very much for this post, it helped me with the jam I was in.

Here is something I found:
If you don&#039;t want #N/A to show up in your table (for presentation reasons) I recommend using conditional formatting.

- Click conditional formatting
- Then choose new rule
- Click &quot;format only cells that contain&quot;
- Click dropdown that has &quot;cell value&quot; and change to errors.
-Then click the format button and change the font color to match the background.

This gives the appearance that there is no value in the cell and your graph won&#039;t pick up a zero.

Thanks again, and I hope that this work around might help you too!</description>
		<content:encoded><![CDATA[<p>Thank you very much for this post, it helped me with the jam I was in.</p>
<p>Here is something I found:<br />
If you don&#8217;t want #N/A to show up in your table (for presentation reasons) I recommend using conditional formatting.</p>
<p>- Click conditional formatting<br />
- Then choose new rule<br />
- Click &#8220;format only cells that contain&#8221;<br />
- Click dropdown that has &#8220;cell value&#8221; and change to errors.<br />
-Then click the format button and change the font color to match the background.</p>
<p>This gives the appearance that there is no value in the cell and your graph won&#8217;t pick up a zero.</p>
<p>Thanks again, and I hope that this work around might help you too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://peltiertech.com/WordPress/mind-the-gap-charting-empty-cells/comment-page-1/#comment-172885</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 12 Jan 2012 15:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2284#comment-172885</guid>
		<description>If you have one or two gaps in one or two lines, I would agree with you.

If you have many gaps in many series, you would want something that worked more autonomously.</description>
		<content:encoded><![CDATA[<p>If you have one or two gaps in one or two lines, I would agree with you.</p>
<p>If you have many gaps in many series, you would want something that worked more autonomously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/mind-the-gap-charting-empty-cells/comment-page-1/#comment-172883</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 12 Jan 2012 15:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2284#comment-172883</guid>
		<description>Jason -

It&#039;s probably easier, if you have to add a lot of extra points, to simply select the line segment in question and format it to use no line.</description>
		<content:encoded><![CDATA[<p>Jason -</p>
<p>It&#8217;s probably easier, if you have to add a lot of extra points, to simply select the line segment in question and format it to use no line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://peltiertech.com/WordPress/mind-the-gap-charting-empty-cells/comment-page-1/#comment-172882</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 12 Jan 2012 15:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2284#comment-172882</guid>
		<description>A work-around I&#039;ve just discovered to create the illustion of a line with a gap in an X-Y plot....

Use the method described above with the NA() formula to produce NA() for cells where you want a gap in your plot.

Then pad the data set so it is very dense at least in the non-gap areas.

Then create the plot with the style as &quot;points&quot; (without the connecting line).

If the points are all close enough together and the markers appropriately sized, they will produce the illusion of a continuous line in the non-gap area.</description>
		<content:encoded><![CDATA[<p>A work-around I&#8217;ve just discovered to create the illustion of a line with a gap in an X-Y plot&#8230;.</p>
<p>Use the method described above with the NA() formula to produce NA() for cells where you want a gap in your plot.</p>
<p>Then pad the data set so it is very dense at least in the non-gap areas.</p>
<p>Then create the plot with the style as &#8220;points&#8221; (without the connecting line).</p>
<p>If the points are all close enough together and the markers appropriately sized, they will produce the illusion of a continuous line in the non-gap area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daryl</title>
		<link>http://peltiertech.com/WordPress/mind-the-gap-charting-empty-cells/comment-page-1/#comment-170885</link>
		<dc:creator>Daryl</dc:creator>
		<pubDate>Fri, 06 Jan 2012 06:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2284#comment-170885</guid>
		<description>I&#039;ve been banging my head against the problem for upwards of 40 hours....that problem begin, needing a chart that grows as data appears based on formulas in those cells, without the chart treating the future values as zero and providing false data in the chart.

THANK YOU!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been banging my head against the problem for upwards of 40 hours&#8230;.that problem begin, needing a chart that grows as data appears based on formulas in those cells, without the chart treating the future values as zero and providing false data in the chart.</p>
<p>THANK YOU!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debbi Barnes-Josiah</title>
		<link>http://peltiertech.com/WordPress/mind-the-gap-charting-empty-cells/comment-page-1/#comment-159777</link>
		<dc:creator>Debbi Barnes-Josiah</dc:creator>
		<pubDate>Thu, 01 Dec 2011 19:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2284#comment-159777</guid>
		<description>Thank you, you dealt with exactly the problem I was looking to solve - Excel reading not-quite-blank cells as 0s.  The NA() approach worked just fine!</description>
		<content:encoded><![CDATA[<p>Thank you, you dealt with exactly the problem I was looking to solve &#8211; Excel reading not-quite-blank cells as 0s.  The NA() approach worked just fine!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

