<?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: Counting With Array Formulas</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/05/06/counting-with-array-formulas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/05/06/counting-with-array-formulas/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/06/counting-with-array-formulas/#comment-46234</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Wed, 19 May 2010 14:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=524#comment-46234</guid>
		<description>&lt;p&gt;dgnamu: you want this &lt;a href=&quot;http://www.dailydoseofexcel.com/archives/2004/03/29/sumif-between-two-dates/&quot; rel=&quot;nofollow&quot;&gt;http://www.dailydoseofexcel.com/archives/2004/03/29/sumif-between-two-dates/&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>dgnamu: you want this <a href="http://www.dailydoseofexcel.com/archives/2004/03/29/sumif-between-two-dates/" rel="nofollow">http://www.dailydoseofexcel.com/archives/2004/03/29/sumif-between-two-dates/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dgnamu</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/06/counting-with-array-formulas/#comment-46213</link>
		<dc:creator>dgnamu</dc:creator>
		<pubDate>Tue, 18 May 2010 17:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=524#comment-46213</guid>
		<description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;can someone helps me to solve this problem?&lt;/p&gt;
&lt;p&gt;name           no books read                            month&lt;br&gt;
nasir                   1                              12-jan-2010&lt;br&gt;
adam                 2                             12-jan-2010&lt;br&gt;
fatima                3                             14-jan-2010&lt;br&gt;
nasir                  2                              2-feb-2010&lt;br&gt;
adam                 1                             2-feb-2010&lt;br&gt;
fatima                1                             3-feb-2010&lt;br&gt;
nasir                  1                              7-mar-2010&lt;br&gt;
adam                 4                             16-mar-2010&lt;br&gt;
fatima                1                             21-mar-2010&lt;br&gt;
nasir                  1                              17-apr-2010&lt;br&gt;
adam                 4                             18-apr-2010&lt;br&gt;
fatima                1                             24-apr-2010&lt;/p&gt;
&lt;p&gt;now, what i&#039;m doing is i&#039;m just selecting the specific month and do the counting. The formula is Sum(B2:B4) for january. this come to a problem if the date is not sort accordingly.&lt;/p&gt;
&lt;p&gt;what i want is,  i&#039;m trying to get the total no of book read in a specific month like jan or mar. but the formula should cover from jan-apr or later month. please someone helps me to generate the formula.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>can someone helps me to solve this problem?</p>
<p>name           no books read                            month<br />
nasir                   1                              12-jan-2010<br />
adam                 2                             12-jan-2010<br />
fatima                3                             14-jan-2010<br />
nasir                  2                              2-feb-2010<br />
adam                 1                             2-feb-2010<br />
fatima                1                             3-feb-2010<br />
nasir                  1                              7-mar-2010<br />
adam                 4                             16-mar-2010<br />
fatima                1                             21-mar-2010<br />
nasir                  1                              17-apr-2010<br />
adam                 4                             18-apr-2010<br />
fatima                1                             24-apr-2010</p>
<p>now, what i&#8217;m doing is i&#8217;m just selecting the specific month and do the counting. The formula is Sum(B2:B4) for january. this come to a problem if the date is not sort accordingly.</p>
<p>what i want is,  i&#8217;m trying to get the total no of book read in a specific month like jan or mar. but the formula should cover from jan-apr or later month. please someone helps me to generate the formula.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Woodhouse</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/06/counting-with-array-formulas/#comment-1471</link>
		<dc:creator>Mike Woodhouse</dc:creator>
		<pubDate>Fri, 07 May 2004 17:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=524#comment-1471</guid>
		<description>&lt;p&gt;This gave me a D&#039;Oh! moment. For longer than I care to remember, I&#039;ve used&lt;/p&gt;
&lt;p&gt;{=SUM(IF(A1:A10=3, 1, 0))}&lt;/p&gt;
&lt;p&gt;which is clunky by comparison. I guess in my defence I&#039;m cautious of assuming a specific numeric value for TRUE and FALSE, as they can vary by application and/or language. But unless Microsoft change the values within Excel that&#039;s probably overdoing the caution a bit.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This gave me a D&#8217;Oh! moment. For longer than I care to remember, I&#8217;ve used</p>
<p>{=SUM(IF(A1:A10=3, 1, 0))}</p>
<p>which is clunky by comparison. I guess in my defence I&#8217;m cautious of assuming a specific numeric value for TRUE and FALSE, as they can vary by application and/or language. But unless Microsoft change the values within Excel that&#8217;s probably overdoing the caution a bit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

