<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: A comparison of worksheet functions</title>
	<atom:link href="http://www.blog.methodsinexcel.co.uk/2009/05/10/a-comparison-of-worksheet-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.methodsinexcel.co.uk/2009/05/10/a-comparison-of-worksheet-functions/</link>
	<description></description>
	<lastBuildDate>Tue,  7 Feb 2012 16:37:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Bob Phillips</title>
		<link>http://www.blog.methodsinexcel.co.uk/2009/05/10/a-comparison-of-worksheet-functions/comment-page-1/#comment-76869</link>
		<dc:creator>Bob Phillips</dc:creator>
		<pubDate>Sun, 09 Aug 2009 15:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.methodsinexcel.co.uk/?p=475#comment-76869</guid>
		<description>I think that SUMPRODUCT is actually mor intuitive than SUMIF. For instance

=SUMPRODUCT(--(A2:A200=&quot;Bob&quot;),B2:B200)

is more readable to me than 

=SUMIF(A2:A200,&quot;Bob&quot;,B2:B200)

and it gets worse in 2007

=SUMIFS(B2:B200,A2:A200,&quot;Bob&quot;, C2:C200,&quot;Y&quot;)

(actually it is probably a better implementation, just inconsistent - for obvious reasons)

Not an argument for using SP here, just an observation.

But on DSUM, use it, it is powerful and fast in situations where SUMIF just chokes.</description>
		<content:encoded><![CDATA[<p>I think that SUMPRODUCT is actually mor intuitive than SUMIF. For instance</p>
<p>=SUMPRODUCT(&#8211;(A2:A200=&#8221;Bob&#8221;),B2:B200)</p>
<p>is more readable to me than </p>
<p>=SUMIF(A2:A200,&#8221;Bob&#8221;,B2:B200)</p>
<p>and it gets worse in 2007</p>
<p>=SUMIFS(B2:B200,A2:A200,&#8221;Bob&#8221;, C2:C200,&#8221;Y&#8221;)</p>
<p>(actually it is probably a better implementation, just inconsistent &#8211; for obvious reasons)</p>
<p>Not an argument for using SP here, just an observation.</p>
<p>But on DSUM, use it, it is powerful and fast in situations where SUMIF just chokes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

