<?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: Simple Waterfall Chart with Up-Down Bars</title>
	<atom:link href="http://peltiertech.com/WordPress/simple-waterfall-chart-with-up-down-bars/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/simple-waterfall-chart-with-up-down-bars/</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: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/simple-waterfall-chart-with-up-down-bars/comment-page-1/#comment-15492</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 23 Jun 2009 18:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1245#comment-15492</guid>
		<description>Savithri -

Thanks, yes, this is an issue. If you format the up-down bars with a fill color and no border, they can be resolved down to a smaller size. If you use Excel 2003 and earlier, you can manually change the gap width of the bars to help with visibility (Excel 2007 requires some VBA).</description>
		<content:encoded><![CDATA[<p>Savithri -</p>
<p>Thanks, yes, this is an issue. If you format the up-down bars with a fill color and no border, they can be resolved down to a smaller size. If you use Excel 2003 and earlier, you can manually change the gap width of the bars to help with visibility (Excel 2007 requires some VBA).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: savithri.v</title>
		<link>http://peltiertech.com/WordPress/simple-waterfall-chart-with-up-down-bars/comment-page-1/#comment-15491</link>
		<dc:creator>savithri.v</dc:creator>
		<pubDate>Tue, 23 Jun 2009 18:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1245#comment-15491</guid>
		<description>When the start point is a huge figure, the deviations in between are not that big a value compared to the start value, then the red &amp; green deviation columns become miniscule in size. Just thought of telling you this…</description>
		<content:encoded><![CDATA[<p>When the start point is a huge figure, the deviations in between are not that big a value compared to the start value, then the red &amp; green deviation columns become miniscule in size. Just thought of telling you this…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: savithri</title>
		<link>http://peltiertech.com/WordPress/simple-waterfall-chart-with-up-down-bars/comment-page-1/#comment-15429</link>
		<dc:creator>savithri</dc:creator>
		<pubDate>Sun, 21 Jun 2009 19:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1245#comment-15429</guid>
		<description>The more I commit errors, the more I am in awe of your logic behind building up the table.

I picked up the deviation values straight away for data label column for some deviation chart, ignoring your formulas. When I found that the data labels were not getting positioned correctly in the graph, I realised that even there, you had ensured a discipline whereby labels are displayed only above the X axis &amp; on top of the stack.

I used all possible permutations &amp; combinations to understand the reasoning behind your colour scheme &amp; formulas &amp; ended up with this:

&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://peltiertech.com/images/2009-06/waterfallcrosslogic.png&quot; /&gt;&lt;/p&gt;
	
Blank + &amp; - columns ensure only the row deviation given by red or green is visible
Blank + is to make the patch above X axis from 0 upto cum after effect value invisible. 
This implies that Blank + would have values only if both before &amp; after effects are positive
Blank + would take the least value of before &amp; after effects 
Blank - is to make the patch below X axis from 0 down to cum after effect value invisible.
Blank - would have values only if both before &amp; after effects are negative
Blank - would take the least ABS value of before &amp; after effects 

Red - &amp; + to show negative deviations
Sum of ABS Value of Red + &amp; Red + = Row deviation
Red - will have values only if the after effect is also negative
Red - will pick up either after effect or deviation, whichever is smaller number in ABS values
Red + will have values only if  before effect is +
Red + will pick up  before effect or  deviation, whichever is smaller number in absolute values

Green - &amp; Green + to show positive deviations
Sum of ABS Value of Green + &amp; Green - = Row deviation
Green - will have values only if before effect is negative
Green - will pick up either before effect or deviation, which ever is smaller ABS
Green + will have values only if after effect is +
Green + will pick up after effect or deviation which ever is smaller ABS</description>
		<content:encoded><![CDATA[<p>The more I commit errors, the more I am in awe of your logic behind building up the table.</p>
<p>I picked up the deviation values straight away for data label column for some deviation chart, ignoring your formulas. When I found that the data labels were not getting positioned correctly in the graph, I realised that even there, you had ensured a discipline whereby labels are displayed only above the X axis &#038; on top of the stack.</p>
<p>I used all possible permutations &#038; combinations to understand the reasoning behind your colour scheme &#038; formulas &#038; ended up with this:</p>
<p align="center"><img src="http://peltiertech.com/images/2009-06/waterfallcrosslogic.png" /></p>
<p>Blank + &#038; &#8211; columns ensure only the row deviation given by red or green is visible<br />
Blank + is to make the patch above X axis from 0 upto cum after effect value invisible.<br />
This implies that Blank + would have values only if both before &#038; after effects are positive<br />
Blank + would take the least value of before &#038; after effects<br />
Blank &#8211; is to make the patch below X axis from 0 down to cum after effect value invisible.<br />
Blank &#8211; would have values only if both before &#038; after effects are negative<br />
Blank &#8211; would take the least ABS value of before &#038; after effects </p>
<p>Red &#8211; &#038; + to show negative deviations<br />
Sum of ABS Value of Red + &#038; Red + = Row deviation<br />
Red &#8211; will have values only if the after effect is also negative<br />
Red &#8211; will pick up either after effect or deviation, whichever is smaller number in ABS values<br />
Red + will have values only if  before effect is +<br />
Red + will pick up  before effect or  deviation, whichever is smaller number in absolute values</p>
<p>Green &#8211; &#038; Green + to show positive deviations<br />
Sum of ABS Value of Green + &#038; Green &#8211; = Row deviation<br />
Green &#8211; will have values only if before effect is negative<br />
Green &#8211; will pick up either before effect or deviation, which ever is smaller ABS<br />
Green + will have values only if after effect is +<br />
Green + will pick up after effect or deviation which ever is smaller ABS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/simple-waterfall-chart-with-up-down-bars/comment-page-1/#comment-15318</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 18 Jun 2009 10:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1245#comment-15318</guid>
		<description>I think the comment I made for that case is what I shoud have applied to the next case. 

Whatever, thankss for pointing out the typo in the example. The formulas were correct, but the typo in the table led to a misinterpretation of the protocol.</description>
		<content:encoded><![CDATA[<p>I think the comment I made for that case is what I shoud have applied to the next case. </p>
<p>Whatever, thankss for pointing out the typo in the example. The formulas were correct, but the typo in the table led to a misinterpretation of the protocol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/simple-waterfall-chart-with-up-down-bars/comment-page-1/#comment-15316</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 18 Jun 2009 10:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1245#comment-15316</guid>
		<description>Savithri -

Gaaa! I see the error (I didn&#039;t notice when I tested the same numbers yesterday). I&#039;ve corrected these values. The formulas were always correct</description>
		<content:encoded><![CDATA[<p>Savithri -</p>
<p>Gaaa! I see the error (I didn&#8217;t notice when I tested the same numbers yesterday). I&#8217;ve corrected these values. The formulas were always correct</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: savithri.v</title>
		<link>http://peltiertech.com/WordPress/simple-waterfall-chart-with-up-down-bars/comment-page-1/#comment-15308</link>
		<dc:creator>savithri.v</dc:creator>
		<pubDate>Thu, 18 Jun 2009 06:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1245#comment-15308</guid>
		<description>Sir,
This is further to what was sent in the morning:-

Your reply to 

&quot;If deviation is +, Previous row cum is -, current row cum is +, Green + is current cum and green – is previous cum&quot;
is 
&quot;No, because the green negative (which is a difference) cannot exceed the gain (B3). &quot;

 Sir, is it not true that, if the previous row cum is picked, it will never exceed the gain as in any situation, the gain has to be more than the previous row –ve cum, to make the current row cum  +ve?

I tried couple of options with + &amp; - If the value in C9 is read as -4.87 instead of -9.87, then everything works fine whether it is your &#039;=IF(AND(C20),MAX(-B3,C2),0)&#039; formula or as bland as mine wherein I pick earlier cum value

My son goes around telling everyone who bothers to listen, that I’ll end up in the next couple of days, plotting a waterfall chart with start point as his previous year performance in school &amp; end point as current year’s 

Thanks a Million for all the guidance,
Savithri</description>
		<content:encoded><![CDATA[<p>Sir,<br />
This is further to what was sent in the morning:-</p>
<p>Your reply to </p>
<p>&#8220;If deviation is +, Previous row cum is -, current row cum is +, Green + is current cum and green – is previous cum&#8221;<br />
is<br />
&#8220;No, because the green negative (which is a difference) cannot exceed the gain (B3). &#8221;</p>
<p> Sir, is it not true that, if the previous row cum is picked, it will never exceed the gain as in any situation, the gain has to be more than the previous row –ve cum, to make the current row cum  +ve?</p>
<p>I tried couple of options with + &amp; &#8211; If the value in C9 is read as -4.87 instead of -9.87, then everything works fine whether it is your &#8216;=IF(AND(C20),MAX(-B3,C2),0)&#8217; formula or as bland as mine wherein I pick earlier cum value</p>
<p>My son goes around telling everyone who bothers to listen, that I’ll end up in the next couple of days, plotting a waterfall chart with start point as his previous year performance in school &amp; end point as current year’s </p>
<p>Thanks a Million for all the guidance,<br />
Savithri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: savithri</title>
		<link>http://peltiertech.com/WordPress/simple-waterfall-chart-with-up-down-bars/comment-page-1/#comment-15302</link>
		<dc:creator>savithri</dc:creator>
		<pubDate>Thu, 18 Jun 2009 01:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1245#comment-15302</guid>
		<description>Hi Sir,
Yes I understand. The confusion was because of the value in C9, which should read as -4.87 instead of -9.87 as shown.
The cum affter effect of the deviation of volume effect is -4.87.

The previous after effect is -ve, current deviation ( price effect 6.35) is +, making the after effect also + 1.48.

Hence green - is picking up Max of -6.35 and - 4.87 which is -4.87 ( previous row after effect as I understand) .

This along with the value in green + is painting the entire stretch from a negative cum to positive cum ( which is the current favourable deviation) as green in the display

Savithri</description>
		<content:encoded><![CDATA[<p>Hi Sir,<br />
Yes I understand. The confusion was because of the value in C9, which should read as -4.87 instead of -9.87 as shown.<br />
The cum affter effect of the deviation of volume effect is -4.87.</p>
<p>The previous after effect is -ve, current deviation ( price effect 6.35) is +, making the after effect also + 1.48.</p>
<p>Hence green &#8211; is picking up Max of -6.35 and &#8211; 4.87 which is -4.87 ( previous row after effect as I understand) .</p>
<p>This along with the value in green + is painting the entire stretch from a negative cum to positive cum ( which is the current favourable deviation) as green in the display</p>
<p>Savithri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/simple-waterfall-chart-with-up-down-bars/comment-page-1/#comment-15296</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 17 Jun 2009 22:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1245#comment-15296</guid>
		<description>These values are items in a stacked chart, meaning the difference between values. I suspect you have interpreted them as total values.

&quot;If deviation is +, Previous row cum is +, current row cum is + , Green + is current cum and green – is zero&quot;

Current cum = previous cum + gain. Green + is gain (the difference between previous cum and current cum).

&quot;If deviation is +, Previous row cum is -, current row cum is +, Green + is current cum and green – is previous cum&quot;

No, because the green negative (which is a difference) cannot exceed the gain (B3).

&quot;If deviation is +, Previous row cum is -, current row cum is - , Green + is zero and green – is previous cum&quot;

No, Green - is current cum minus previous cum.</description>
		<content:encoded><![CDATA[<p>These values are items in a stacked chart, meaning the difference between values. I suspect you have interpreted them as total values.</p>
<p>&#8220;If deviation is +, Previous row cum is +, current row cum is + , Green + is current cum and green – is zero&#8221;</p>
<p>Current cum = previous cum + gain. Green + is gain (the difference between previous cum and current cum).</p>
<p>&#8220;If deviation is +, Previous row cum is -, current row cum is +, Green + is current cum and green – is previous cum&#8221;</p>
<p>No, because the green negative (which is a difference) cannot exceed the gain (B3).</p>
<p>&#8220;If deviation is +, Previous row cum is -, current row cum is &#8211; , Green + is zero and green – is previous cum&#8221;</p>
<p>No, Green &#8211; is current cum minus previous cum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: savithri.v</title>
		<link>http://peltiertech.com/WordPress/simple-waterfall-chart-with-up-down-bars/comment-page-1/#comment-15283</link>
		<dc:creator>savithri.v</dc:creator>
		<pubDate>Wed, 17 Jun 2009 17:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1245#comment-15283</guid>
		<description>Dear Sir,
This refers to the explanation given in  waterfall charts that crosses X axis. 

I know it is preposterous on my part to even suggest the following to YOU, but how much ever I tried , I couldn&#039;t see any links/ comments further for this chart which would have cleared my doubt

In the example that is used, if the formula for G column is as stated therein, then should not the value in cell G9 be -6.35 instead of -9.87 as required?
Could not the formula in column G be simply be ‘IF(AND(C20),C2,0)’ ?

As I understand it, for Green + &amp; Green – columns, you have the following logic:-

1. If the deviation is &gt; 0 (favourable), only then Green + or Green - column values have values

2. If deviation is &gt; 0, for green + column, you check whether after effect in the current row is &gt; 0, if yes, you plot current after effect

3. If deviation is &gt;0, for green - column you check further whether the previous row effect (before the current deviation) is &lt; 0, if yes, the idea as I understand it is to pick up previous row value. This is required as you need to show in green, the previous cum – value + the current row favourable effect
So instead of the formula in G3 as “IF(AND(C20),MAX(-B3,C2),0)”, can we not simply use IF(AND(C20),C2,0) ?  

4, If deviation is +, Previous row cum is +, current row cum is + , Green + is current cum and green – is zero
If deviation is +, Previous row cum is -, current row cum is +, Green + is current cum and green – is previous cum
If deviation is +, Previous row cum is -, current row cum is - , Green + is zero and green – is previous cum


It is possible that the previous cum &amp; current cum have same signs that is it is both + or both –
In such a case either green + or green - will automatically get skipped, because Green + will not pick in case current cum is – and green - will not pick if previous cum is +
But in a 3rd case, where there are opposite signs for previous cum &amp; current cum then both green + &amp; Green - values would get filled
This is essential because the deviation is making earlier negative cum, now a positive cum value, which means entire below 0 Axis values &amp; above 0 X axis values have to be painted green

Pls bear with me for this loooong comment
Savithri</description>
		<content:encoded><![CDATA[<p>Dear Sir,<br />
This refers to the explanation given in  waterfall charts that crosses X axis. </p>
<p>I know it is preposterous on my part to even suggest the following to YOU, but how much ever I tried , I couldn&#8217;t see any links/ comments further for this chart which would have cleared my doubt</p>
<p>In the example that is used, if the formula for G column is as stated therein, then should not the value in cell G9 be -6.35 instead of -9.87 as required?<br />
Could not the formula in column G be simply be ‘IF(AND(C20),C2,0)’ ?</p>
<p>As I understand it, for Green + &amp; Green – columns, you have the following logic:-</p>
<p>1. If the deviation is &gt; 0 (favourable), only then Green + or Green &#8211; column values have values</p>
<p>2. If deviation is &gt; 0, for green + column, you check whether after effect in the current row is &gt; 0, if yes, you plot current after effect</p>
<p>3. If deviation is &gt;0, for green &#8211; column you check further whether the previous row effect (before the current deviation) is &lt; 0, if yes, the idea as I understand it is to pick up previous row value. This is required as you need to show in green, the previous cum – value + the current row favourable effect<br />
So instead of the formula in G3 as “IF(AND(C20),MAX(-B3,C2),0)”, can we not simply use IF(AND(C20),C2,0) ?  </p>
<p>4, If deviation is +, Previous row cum is +, current row cum is + , Green + is current cum and green – is zero<br />
If deviation is +, Previous row cum is -, current row cum is +, Green + is current cum and green – is previous cum<br />
If deviation is +, Previous row cum is -, current row cum is &#8211; , Green + is zero and green – is previous cum</p>
<p>It is possible that the previous cum &amp; current cum have same signs that is it is both + or both –<br />
In such a case either green + or green &#8211; will automatically get skipped, because Green + will not pick in case current cum is – and green &#8211; will not pick if previous cum is +<br />
But in a 3rd case, where there are opposite signs for previous cum &amp; current cum then both green + &amp; Green &#8211; values would get filled<br />
This is essential because the deviation is making earlier negative cum, now a positive cum value, which means entire below 0 Axis values &amp; above 0 X axis values have to be painted green</p>
<p>Pls bear with me for this loooong comment<br />
Savithri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/simple-waterfall-chart-with-up-down-bars/comment-page-1/#comment-7116</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 19 Dec 2008 16:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1245#comment-7116</guid>
		<description>Mike -

Thanks for suggesting the topic. I&#039;d considered writing about it, but you provided the kick in the pants.

&quot;I’m eagerly awaiting ...&quot;

I probably shouldn&#039;t have said anything, because it will take some time to get this ready  :-(</description>
		<content:encoded><![CDATA[<p>Mike -</p>
<p>Thanks for suggesting the topic. I&#8217;d considered writing about it, but you provided the kick in the pants.</p>
<p>&#8220;I’m eagerly awaiting &#8230;&#8221;</p>
<p>I probably shouldn&#8217;t have said anything, because it will take some time to get this ready  :-(</p>
]]></content:encoded>
	</item>
</channel>
</rss>
