<?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: Adding Every Other Cell</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2009/09/30/adding-every-other-cell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2009/09/30/adding-every-other-cell/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Three UDFs « Newton Excel Bach, not (just) an Excel Blog</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/30/adding-every-other-cell/#comment-41466</link>
		<dc:creator>Three UDFs « Newton Excel Bach, not (just) an Excel Blog</dc:creator>
		<pubDate>Mon, 05 Oct 2009 00:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3029#comment-41466</guid>
		<description>&lt;p&gt;[...] Adding Every Other Cell¬ (also at the Microsoft Office Blog: Adding Every Other Cell in a Column ) and Summing the Digits of a Number [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Adding Every Other Cell¬ (also at the Microsoft Office Blog: Adding Every Other Cell in a Column ) and Summing the Digits of a Number [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kanwaljit</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/30/adding-every-other-cell/#comment-41441</link>
		<dc:creator>Kanwaljit</dc:creator>
		<pubDate>Sat, 03 Oct 2009 20:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3029#comment-41441</guid>
		<description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;See you more here in the future...... May God bless you with 1000 healthy years !&lt;/p&gt;
&lt;p&gt;and here is Bob........&lt;br&gt;
Father of &quot;SUMPRODUCT&quot;&lt;br&gt;
Thanks a Ton Bob. Everything I knew about SUMPRODUCT is just because of yours contribution. Thanks.. &lt;/p&gt;
&lt;p&gt;Kanwaljit&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>See you more here in the future&#8230;&#8230; May God bless you with 1000 healthy years !</p>
<p>and here is Bob&#8230;&#8230;..<br />
Father of &#8220;SUMPRODUCT&#8221;<br />
Thanks a Ton Bob. Everything I knew about SUMPRODUCT is just because of yours contribution. Thanks.. </p>
<p>Kanwaljit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Phillips</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/30/adding-every-other-cell/#comment-41424</link>
		<dc:creator>Bob Phillips</dc:creator>
		<pubDate>Sat, 03 Oct 2009 10:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3029#comment-41424</guid>
		<description>&lt;p&gt;&quot;Ä¶ SUMPRODUCT just takes the work of doing the array formula away from you.&quot;&lt;/p&gt;
&lt;p&gt;More accurately, SP removes the need to array-enter the formula, that is about it, but it is enough to make explaining a solution a lot easier with SP. And it was with SP that most of these innovations have happened.&lt;/p&gt;
&lt;p&gt;There are some things that you cannot do with SP because an array resolves to an error, then you have to use an arfray SUM(IF to outsort the offenders.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;Ä¶ SUMPRODUCT just takes the work of doing the array formula away from you.&#8221;</p>
<p>More accurately, SP removes the need to array-enter the formula, that is about it, but it is enough to make explaining a solution a lot easier with SP. And it was with SP that most of these innovations have happened.</p>
<p>There are some things that you cannot do with SP because an array resolves to an error, then you have to use an arfray SUM(IF to outsort the offenders.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/30/adding-every-other-cell/#comment-41409</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 02 Oct 2009 21:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3029#comment-41409</guid>
		<description>&lt;p&gt;@Brett&lt;br&gt;
I&#039;d guess it&#039;s because people generally don&#039;t understand array formulas in concept.  The way the SUM array formula works, as compared to how the SUMPRODUCT formula works, are basically the same; the difference is that SUMPRODUCT takes an array as an argument, while SUM does not, so you need to use the ctrl+enter combination to execute it.  Other than that they basically do the same thing... SUMPRODUCT just takes the work of doing the array formula away from you.&lt;/p&gt;
&lt;p&gt;If they can actually understand what the SUMPRODUCT version does, I&#039;d suggest that it&#039;s a good way to explain array formulas, really - since they really do both do basically the same exact thing.  [Unless the nested IF is causing the trouble, in which case that&#039;s a different issue entirely.]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Brett<br />
I&#8217;d guess it&#8217;s because people generally don&#8217;t understand array formulas in concept.  The way the SUM array formula works, as compared to how the SUMPRODUCT formula works, are basically the same; the difference is that SUMPRODUCT takes an array as an argument, while SUM does not, so you need to use the ctrl+enter combination to execute it.  Other than that they basically do the same thing&#8230; SUMPRODUCT just takes the work of doing the array formula away from you.</p>
<p>If they can actually understand what the SUMPRODUCT version does, I&#8217;d suggest that it&#8217;s a good way to explain array formulas, really &#8211; since they really do both do basically the same exact thing.  [Unless the nested IF is causing the trouble, in which case that's a different issue entirely.]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Hamilton</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/30/adding-every-other-cell/#comment-41404</link>
		<dc:creator>Brett Hamilton</dc:creator>
		<pubDate>Fri, 02 Oct 2009 17:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3029#comment-41404</guid>
		<description>&lt;p&gt;@David,&lt;/p&gt;
&lt;p&gt;     I loved the Excel work I do as an actuary so much I left the corporation and want to help people reap the savior from mind-numbing manual processes.&lt;/p&gt;
&lt;p&gt;     That corp is moving the tracking of maintenance testing in their heath product rating system (there was something enhanced every quarter) from a Lotus email database to a Sharepoint server and informal conversations indicate they will move to Office 2007 eventually. Do you think there will be a burgeoning of training for even everyday office use of Excel 2007? I dove into it at home and was pleasantly surprised that all of the previous keyboard hotkeys were still supported. There is a happy dialog that displays the office 2003 access sequence I&#039;m following. I&#039;m getting used to it, but I can&#039;t yet programmatically change the ribbon. Lucky people are mostly on 2003 or prior. Best of fortunes on the business.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@David,</p>
<p>     I loved the Excel work I do as an actuary so much I left the corporation and want to help people reap the savior from mind-numbing manual processes.</p>
<p>     That corp is moving the tracking of maintenance testing in their heath product rating system (there was something enhanced every quarter) from a Lotus email database to a Sharepoint server and informal conversations indicate they will move to Office 2007 eventually. Do you think there will be a burgeoning of training for even everyday office use of Excel 2007? I dove into it at home and was pleasantly surprised that all of the previous keyboard hotkeys were still supported. There is a happy dialog that displays the office 2003 access sequence I&#8217;m following. I&#8217;m getting used to it, but I can&#8217;t yet programmatically change the ribbon. Lucky people are mostly on 2003 or prior. Best of fortunes on the business.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lhm</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/30/adding-every-other-cell/#comment-41403</link>
		<dc:creator>lhm</dc:creator>
		<pubDate>Fri, 02 Oct 2009 17:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3029#comment-41403</guid>
		<description>&lt;p&gt;Dick, thanks for picking this up. It&#039;s based on a simple math identity: (-1)^n is 1 for even n and -1 for odd n, whereas 1^n is always 1, so adding a series to its alternating series counterpart gives twice the sum of the even terms.&lt;/p&gt;
&lt;p&gt;For some there may be tradeoffs with readability but for the average user many formulas are black boxes anyway and this is far quicker to recalculate and also shorter so easier to maintain than many other alternatives. Why not take advantage of such shortcuts where possible?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick, thanks for picking this up. It&#8217;s based on a simple math identity: (-1)^n is 1 for even n and -1 for odd n, whereas 1^n is always 1, so adding a series to its alternating series counterpart gives twice the sum of the even terms.</p>
<p>For some there may be tradeoffs with readability but for the average user many formulas are black boxes anyway and this is far quicker to recalculate and also shorter so easier to maintain than many other alternatives. Why not take advantage of such shortcuts where possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hager</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/30/adding-every-other-cell/#comment-41400</link>
		<dc:creator>David Hager</dc:creator>
		<pubDate>Fri, 02 Oct 2009 15:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3029#comment-41400</guid>
		<description>&lt;p&gt;After being &quot;retired&quot; from high-level Excel stuff for a while (never had a job connected with it, though), I am now working on starting a consulting/training business. I have been doing an exhaustive search for code and new ideas, but there are not as many as you might expect. That makes the reappearance of EEE unlikely. I am also not yet into the new learning curve with VSTO, which is the only new thing out there. I do have to give Dick congrats on creating and running a web site that generates new ideas. This site is the closest thing to the EEE concept. That said, I will be contributing more to this site in the future.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>After being &#8220;retired&#8221; from high-level Excel stuff for a while (never had a job connected with it, though), I am now working on starting a consulting/training business. I have been doing an exhaustive search for code and new ideas, but there are not as many as you might expect. That makes the reappearance of EEE unlikely. I am also not yet into the new learning curve with VSTO, which is the only new thing out there. I do have to give Dick congrats on creating and running a web site that generates new ideas. This site is the closest thing to the EEE concept. That said, I will be contributing more to this site in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Hamilton</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/30/adding-every-other-cell/#comment-41399</link>
		<dc:creator>Brett Hamilton</dc:creator>
		<pubDate>Fri, 02 Oct 2009 14:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3029#comment-41399</guid>
		<description>&lt;p&gt;@Elias,&lt;/p&gt;
&lt;p&gt;     Very nice. I&#039;ll thoroughly research an Excel formula before writing a UDF. Thanks.&lt;/p&gt;
&lt;p&gt;@David,&lt;/p&gt;
&lt;p&gt;     Also fun! That&#039;s an array formula, but the isodd (or iseven) is good self-documentation.&lt;/p&gt;
&lt;p&gt;@Joe,&lt;/p&gt;
&lt;p&gt;    I have only gone in depth with formula explanations with two work associates. Each time the Sumproduct was easier to understand than the array. I&#039;m not sure why.&lt;/p&gt;
&lt;p&gt;Thoughts?&lt;/p&gt;
&lt;p&gt;Brett&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Elias,</p>
<p>     Very nice. I&#8217;ll thoroughly research an Excel formula before writing a UDF. Thanks.</p>
<p>@David,</p>
<p>     Also fun! That&#8217;s an array formula, but the isodd (or iseven) is good self-documentation.</p>
<p>@Joe,</p>
<p>    I have only gone in depth with formula explanations with two work associates. Each time the Sumproduct was easier to understand than the array. I&#8217;m not sure why.</p>
<p>Thoughts?</p>
<p>Brett</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kanwaljit`</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/30/adding-every-other-cell/#comment-41393</link>
		<dc:creator>Kanwaljit`</dc:creator>
		<pubDate>Fri, 02 Oct 2009 07:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3029#comment-41393</guid>
		<description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;Do you still maintain a site.... Still searching something like EEE letter.&lt;/p&gt;
&lt;p&gt;Warm Regards&lt;br&gt;
Kanwaljit&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>Do you still maintain a site&#8230;. Still searching something like EEE letter.</p>
<p>Warm Regards<br />
Kanwaljit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elias</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/09/30/adding-every-other-cell/#comment-41389</link>
		<dc:creator>Elias</dc:creator>
		<pubDate>Fri, 02 Oct 2009 02:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=3029#comment-41389</guid>
		<description>&lt;p&gt;@Brett&lt;/p&gt;
&lt;p&gt;How about this.&lt;/p&gt;
&lt;p&gt;=SUMPRODUCT((MOD(ROW(A1:A250)-ROW(A1)+1,2)=0)*A1:A250)&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Brett</p>
<p>How about this.</p>
<p>=SUMPRODUCT((MOD(ROW(A1:A250)-ROW(A1)+1,2)=0)*A1:A250)</p>
<p>Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

