<?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: Error Bars in Excel 2007 Charts</title>
	<atom:link href="http://peltiertech.com/WordPress/error-bars-in-excel-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/error-bars-in-excel-2007/</link>
	<description>PTS Excel Charts and Tutorials Blog</description>
	<lastBuildDate>Sat, 21 Nov 2009 04:01:08 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Stefanos</title>
		<link>http://peltiertech.com/WordPress/error-bars-in-excel-2007/comment-page-1/#comment-21664</link>
		<dc:creator>Stefanos</dc:creator>
		<pubDate>Wed, 04 Nov 2009 19:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1176#comment-21664</guid>
		<description>Nevermind, I found it on my own :)
thank you anyway.

It seems I shouldn&#039;t have used box B65 which contained the formula of STDEV. Instead I used another box where I put in the value manually and it worked</description>
		<content:encoded><![CDATA[<p>Nevermind, I found it on my own :)<br />
thank you anyway.</p>
<p>It seems I shouldn&#8217;t have used box B65 which contained the formula of STDEV. Instead I used another box where I put in the value manually and it worked</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefanos</title>
		<link>http://peltiertech.com/WordPress/error-bars-in-excel-2007/comment-page-1/#comment-21663</link>
		<dc:creator>Stefanos</dc:creator>
		<pubDate>Wed, 04 Nov 2009 19:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1176#comment-21663</guid>
		<description>I&#039;m trying to make a chart for an experiment. I have my own result and the class&#039;s average result. Thus i deduced the standard deviation for the class is 607 and our teacher said our own deviation should read 0

Anyway, then we have to create a graph with an error bar showing only on the Class&#039;s Average Results Bar while the bar showing My Result should have a non-appearable error bar (meaning it will be there but won&#039;t stretch)

How do I have to set my Data in Positive and Negative Boxes to achieve this??

So far I get the opposite result. The error bar stretches on My Result vertical bar but won&#039;t stretch at all on the other.

I use 2 boxes B65 (standard deviation = 607) and B66 (my deviation = 0) to set the data field and i select it for both positive and negative text boxes by clicking shift and dragging the cursor over B65 and B66.

How can I achieve the result I want?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to make a chart for an experiment. I have my own result and the class&#8217;s average result. Thus i deduced the standard deviation for the class is 607 and our teacher said our own deviation should read 0</p>
<p>Anyway, then we have to create a graph with an error bar showing only on the Class&#8217;s Average Results Bar while the bar showing My Result should have a non-appearable error bar (meaning it will be there but won&#8217;t stretch)</p>
<p>How do I have to set my Data in Positive and Negative Boxes to achieve this??</p>
<p>So far I get the opposite result. The error bar stretches on My Result vertical bar but won&#8217;t stretch at all on the other.</p>
<p>I use 2 boxes B65 (standard deviation = 607) and B66 (my deviation = 0) to set the data field and i select it for both positive and negative text boxes by clicking shift and dragging the cursor over B65 and B66.</p>
<p>How can I achieve the result I want?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/error-bars-in-excel-2007/comment-page-1/#comment-21573</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 02 Nov 2009 18:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1176#comment-21573</guid>
		<description>Hi Bertrand -

Unfortunately, Excel does not expose the current error bar value range to VBA. In cases like this I try to put the error bar values in a range which has a standard offset from the series value range. Then VBA can still figure out what range to use for error bars.</description>
		<content:encoded><![CDATA[<p>Hi Bertrand -</p>
<p>Unfortunately, Excel does not expose the current error bar value range to VBA. In cases like this I try to put the error bar values in a range which has a standard offset from the series value range. Then VBA can still figure out what range to use for error bars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bertrand</title>
		<link>http://peltiertech.com/WordPress/error-bars-in-excel-2007/comment-page-1/#comment-21572</link>
		<dc:creator>Bertrand</dc:creator>
		<pubDate>Mon, 02 Nov 2009 17:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1176#comment-21572</guid>
		<description>John, 
Thanks for this helpful post. I have a related issue: In order to build a dashboard, I have copied the same chart multiple times on the same page. Modifying the series source data ranges of each chart with VBA is no problem, but I have desperately searched for a solution to also change the error bars custom values. Is there a way to read the current range address so that it can be modified ? It seems you can only set it with the errorbar function, as you show in your add-in.</description>
		<content:encoded><![CDATA[<p>John,<br />
Thanks for this helpful post. I have a related issue: In order to build a dashboard, I have copied the same chart multiple times on the same page. Modifying the series source data ranges of each chart with VBA is no problem, but I have desperately searched for a solution to also change the error bars custom values. Is there a way to read the current range address so that it can be modified ? It seems you can only set it with the errorbar function, as you show in your add-in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://peltiertech.com/WordPress/error-bars-in-excel-2007/comment-page-1/#comment-21198</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 28 Oct 2009 14:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1176#comment-21198</guid>
		<description>Thanks a lot, your addon made my life so much easier!</description>
		<content:encoded><![CDATA[<p>Thanks a lot, your addon made my life so much easier!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahil</title>
		<link>http://peltiertech.com/WordPress/error-bars-in-excel-2007/comment-page-1/#comment-21012</link>
		<dc:creator>Rahil</dc:creator>
		<pubDate>Sun, 25 Oct 2009 12:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1176#comment-21012</guid>
		<description>Thank you so much, i&#039;ve been looking for weeks for an easier way to do this.</description>
		<content:encoded><![CDATA[<p>Thank you so much, i&#8217;ve been looking for weeks for an easier way to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/error-bars-in-excel-2007/comment-page-1/#comment-20716</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 19 Oct 2009 22:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1176#comment-20716</guid>
		<description>Brian -

Use the Custom Value setting to apply individual values to individual points. These are values you&#039;ve calculated and placed into a range, usually adjacent to the X or Y values. I describe it about midway through this article.</description>
		<content:encoded><![CDATA[<p>Brian -</p>
<p>Use the Custom Value setting to apply individual values to individual points. These are values you&#8217;ve calculated and placed into a range, usually adjacent to the X or Y values. I describe it about midway through this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://peltiertech.com/WordPress/error-bars-in-excel-2007/comment-page-1/#comment-20713</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 19 Oct 2009 20:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1176#comment-20713</guid>
		<description>Jon,
Thanks for taking the time to put together such a great piece.  Like many others, getting used to 2007 drove me crazy for a while.  I have one remaining issue that still leaves me scratching my head. 
 In a plotted XY graph (lets say its a scatter plot), you click on a single point and it selects the entire series.  I have personally NEVER worked with a data set that has the same STDEV for every average in a series.  Why is that the default?  I use your recommended custom option in settng values for the bar, but still have not figured out how to individualize unique bars for individual averages within a single series.
How do I do this?  I acknowledge that the answer may be obvious, but I have been trying the same thing over and over again for an hour and have made myself a crazy person.
Thanks again for a helpful post!
bd</description>
		<content:encoded><![CDATA[<p>Jon,<br />
Thanks for taking the time to put together such a great piece.  Like many others, getting used to 2007 drove me crazy for a while.  I have one remaining issue that still leaves me scratching my head.<br />
 In a plotted XY graph (lets say its a scatter plot), you click on a single point and it selects the entire series.  I have personally NEVER worked with a data set that has the same STDEV for every average in a series.  Why is that the default?  I use your recommended custom option in settng values for the bar, but still have not figured out how to individualize unique bars for individual averages within a single series.<br />
How do I do this?  I acknowledge that the answer may be obvious, but I have been trying the same thing over and over again for an hour and have made myself a crazy person.<br />
Thanks again for a helpful post!<br />
bd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/error-bars-in-excel-2007/comment-page-1/#comment-20328</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 09 Oct 2009 11:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1176#comment-20328</guid>
		<description>Lizz -

To make error bars of different sizes for each point, put the values into a range of cells (it is helpful to plase it in the same block as the X-Y data), then select this range when adding custom error bars. The protocol is described 2/3 of the way through the article, but here it is again:

Using the 2007 interface, first select the series, then on the Chart Tools &gt; Layout tab, choose Error Bars &gt; More Error Bars Options, select Custom under Error Amount, click the Select Values button, and select the range.

In my utility, select the series, click on the Error Bars button on any of the three Chart Tools tabs, and select the custom range using the dialog.

You can have different sized error bars for each point in the positive and negative Y directions, and if it&#039;s an XY series, in the positive and negative X direction.</description>
		<content:encoded><![CDATA[<p>Lizz -</p>
<p>To make error bars of different sizes for each point, put the values into a range of cells (it is helpful to plase it in the same block as the X-Y data), then select this range when adding custom error bars. The protocol is described 2/3 of the way through the article, but here it is again:</p>
<p>Using the 2007 interface, first select the series, then on the Chart Tools &gt; Layout tab, choose Error Bars &gt; More Error Bars Options, select Custom under Error Amount, click the Select Values button, and select the range.</p>
<p>In my utility, select the series, click on the Error Bars button on any of the three Chart Tools tabs, and select the custom range using the dialog.</p>
<p>You can have different sized error bars for each point in the positive and negative Y directions, and if it&#8217;s an XY series, in the positive and negative X direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lizz</title>
		<link>http://peltiertech.com/WordPress/error-bars-in-excel-2007/comment-page-1/#comment-20321</link>
		<dc:creator>Lizz</dc:creator>
		<pubDate>Fri, 09 Oct 2009 04:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1176#comment-20321</guid>
		<description>Hi, this was very helpful. Thank you so much for taking the time to make it. I spent a long time looking for the option to make the error bars and was about to go insane. I have a question, though it&#039;s more general. Can you make error bars of different sizes on the same series?</description>
		<content:encoded><![CDATA[<p>Hi, this was very helpful. Thank you so much for taking the time to make it. I spent a long time looking for the option to make the error bars and was about to go insane. I have a question, though it&#8217;s more general. Can you make error bars of different sizes on the same series?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
