<?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: Multicolumn Sum with Wildcard</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2005/07/16/multicolumn-sum-with-wildcard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2005/07/16/multicolumn-sum-with-wildcard/</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: Bob Phillips</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/16/multicolumn-sum-with-wildcard/#comment-44424</link>
		<dc:creator>Bob Phillips</dc:creator>
		<pubDate>Tue, 09 Mar 2010 13:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1192#comment-44424</guid>
		<description>&lt;p&gt;@joedbug&lt;/p&gt;
&lt;p&gt;Try&lt;/p&gt;
&lt;p&gt;=SUMPRODUCT((1:1&gt;=&quot;2010-01-01?),(1:1&lt;=&quot;2010-01-04?),2:2)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@joedbug</p>
<p>Try</p>
<p>=SUMPRODUCT((1:1&gt;=&#8221;2010-01-01?),(1:1&lt;=&#8221;2010-01-04?),2:2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Archie</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/16/multicolumn-sum-with-wildcard/#comment-44245</link>
		<dc:creator>Archie</dc:creator>
		<pubDate>Sat, 27 Feb 2010 09:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1192#comment-44245</guid>
		<description>&lt;p&gt;HI! I have a small knowledge about Excel. I need some help from all of you using COUNTIF on SPECIFIC DATE RANGE. I have WORK PERMIT ENTRY in Sheet1 and Weekly Report on Sheet2. All I need is to count the number of permits per remarks in weekly basis.&lt;/p&gt;
&lt;p&gt;In WORK PERMIT ENTRY (Sheet1), Column B, where I input the date of the permit that I&#039;d received. In Column U, where I input Remarks such as ON WORK, EXTENDED, EXTENDED/ISSUED, CLOSED, CANCELLED, NEW, HOLD, and EXPIRED.&lt;/p&gt;
&lt;p&gt;In Weekly Report I have those remarks as shown below; I need a formula that will automatically count the Remarks from Sheet1 Column U in weekly basis (source of DATE from Column B) by inputting the beginning date(FROM) &quot;dd/mm/yyyy&quot; in a cell below &quot;FROM:&quot; and inputting end date &quot;dd/mm/yyyy&quot; in cell below &quot;TO:&quot;. IS IT POSSIBLE?&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;FROM:TO:&lt;br&gt;
13/02/1014/02/1015/02/1016/02/1017/02/1018/02/1019/02/10&lt;/p&gt;
&lt;p&gt;ISSUED /&lt;br&gt;
ON WORKEXTENDED EXTENDED/ISSUEDCLOSEDCANCELLEDNEWHOLDEXPIREDTOTAL&lt;br&gt;
1511         10120030&lt;br&gt;
50.00%3.33%3.33%         33.33%3.33%6.67%0.00%0.00%100.00%&lt;/p&gt;
&lt;p&gt;The output of the formula will automatically update my PIE GRAPH.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>HI! I have a small knowledge about Excel. I need some help from all of you using COUNTIF on SPECIFIC DATE RANGE. I have WORK PERMIT ENTRY in Sheet1 and Weekly Report on Sheet2. All I need is to count the number of permits per remarks in weekly basis.</p>
<p>In WORK PERMIT ENTRY (Sheet1), Column B, where I input the date of the permit that I&#8217;d received. In Column U, where I input Remarks such as ON WORK, EXTENDED, EXTENDED/ISSUED, CLOSED, CANCELLED, NEW, HOLD, and EXPIRED.</p>
<p>In Weekly Report I have those remarks as shown below; I need a formula that will automatically count the Remarks from Sheet1 Column U in weekly basis (source of DATE from Column B) by inputting the beginning date(FROM) &#8220;dd/mm/yyyy&#8221; in a cell below &#8220;FROM:&#8221; and inputting end date &#8220;dd/mm/yyyy&#8221; in cell below &#8220;TO:&#8221;. IS IT POSSIBLE?</p>
<p>Example:</p>
<p>FROM:TO:<br />
13/02/1014/02/1015/02/1016/02/1017/02/1018/02/1019/02/10</p>
<p>ISSUED /<br />
ON WORKEXTENDED EXTENDED/ISSUEDCLOSEDCANCELLEDNEWHOLDEXPIREDTOTAL<br />
1511         10120030<br />
50.00%3.33%3.33%         33.33%3.33%6.67%0.00%0.00%100.00%</p>
<p>The output of the formula will automatically update my PIE GRAPH.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joedbug</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/16/multicolumn-sum-with-wildcard/#comment-43915</link>
		<dc:creator>joedbug</dc:creator>
		<pubDate>Fri, 12 Feb 2010 18:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1192#comment-43915</guid>
		<description>&lt;p&gt;i want to use countif to count a range of cells if it contain 1,using date range as a criteria that is&lt;br&gt;
(1)check if the date is between a certain range of date if it is then (2)count the row if it contain 1.&lt;br&gt;
this how the layout is like&lt;br&gt;
  &#124;    A   &#124;  B &#124;   C       &#124;    D       &#124;    E       &#124;     F      &#124;&lt;br&gt;
 1&#124; dates  &#124;    &#124;01/01/2010 &#124; 02/01/2010 &#124; 03/01/2010 &#124; 04/01/2010 &#124;&lt;br&gt;
 2&#124; numbers&#124;    &#124;  1        &#124;   0        &#124;   1        &#124;     1      &#124;&lt;/p&gt;
&lt;p&gt;check if the date falls between 01/01/2010 and 04/01/2010 . then count row 2 if it contain the value of 1&lt;br&gt;
please i need the formula to do that&lt;br&gt;
thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i want to use countif to count a range of cells if it contain 1,using date range as a criteria that is<br />
(1)check if the date is between a certain range of date if it is then (2)count the row if it contain 1.<br />
this how the layout is like<br />
  |    A   |  B |   C       |    D       |    E       |     F      |<br />
 1| dates  |    |01/01/2010 | 02/01/2010 | 03/01/2010 | 04/01/2010 |<br />
 2| numbers|    |  1        |   0        |   1        |     1      |</p>
<p>check if the date falls between 01/01/2010 and 04/01/2010 . then count row 2 if it contain the value of 1<br />
please i need the formula to do that<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Yundt</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/16/multicolumn-sum-with-wildcard/#comment-30091</link>
		<dc:creator>Brad Yundt</dc:creator>
		<pubDate>Sun, 27 Jan 2008 05:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1192#comment-30091</guid>
		<description>&lt;p&gt;Steve,&lt;br&gt;
Because Excel stores dates as date/time serial numbers, you might be able to distinguish between dates and the numbers to be summed based on size. For example, all numbers larger than 30,000 represent a date on or after February 18, 1982. If your numbers are smaller than 30,000 and the dates occur after that point, you could use a less than criteria to sum the values while excluding dates:&lt;br&gt;
=SUMIF(2:2,&quot;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Steve,<br />
Because Excel stores dates as date/time serial numbers, you might be able to distinguish between dates and the numbers to be summed based on size. For example, all numbers larger than 30,000 represent a date on or after February 18, 1982. If your numbers are smaller than 30,000 and the dates occur after that point, you could use a less than criteria to sum the values while excluding dates:<br />
=SUMIF(2:2,&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/16/multicolumn-sum-with-wildcard/#comment-30088</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 26 Jan 2008 22:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1192#comment-30088</guid>
		<description>&lt;p&gt;I am looking to sum entries in a column that are not a date.&lt;/p&gt;
&lt;p&gt;So for this row I would like to get the sum 357&lt;/p&gt;
&lt;p&gt;            &#124; Column:A &#124; Column:B &#124; Column:C &#124; Column:D &#124;&lt;br&gt;
ROW:2 &#124; 1/1/2008   &#124; 234          &#124; 1/2/2008   &#124; 123          &#124;&lt;/p&gt;
&lt;p&gt;I want to do something like&lt;br&gt;
sumif(A2:2,isnumber(currentcellsomehow),A2:2)&lt;/p&gt;
&lt;p&gt;Does any one know how this is possible, I have been reading posts on&lt;br&gt;
the web but can&#039;t find anything like this.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am looking to sum entries in a column that are not a date.</p>
<p>So for this row I would like to get the sum 357</p>
<p>            | Column:A | Column:B | Column:C | Column:D |<br />
ROW:2 | 1/1/2008   | 234          | 1/2/2008   | 123          |</p>
<p>I want to do something like<br />
sumif(A2:2,isnumber(currentcellsomehow),A2:2)</p>
<p>Does any one know how this is possible, I have been reading posts on<br />
the web but can&#8217;t find anything like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Honda cold air in take</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/16/multicolumn-sum-with-wildcard/#comment-26674</link>
		<dc:creator>Honda cold air in take</dc:creator>
		<pubDate>Wed, 22 Aug 2007 01:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1192#comment-26674</guid>
		<description>&lt;p&gt;Yeah I agree...&#039;search&#039; would be much better since &#039;find&#039; is indeed case sensitive...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah I agree&#8230;&#8217;search&#8217; would be much better since &#8216;find&#8217; is indeed case sensitive&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/16/multicolumn-sum-with-wildcard/#comment-26637</link>
		<dc:creator>Gabe</dc:creator>
		<pubDate>Mon, 20 Aug 2007 21:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1192#comment-26637</guid>
		<description>&lt;p&gt;Debbie,&lt;/p&gt;
&lt;p&gt;  Let&#039;s say you have, in column A, all your type.  In column B, you have the quantity.  This takes up 10 rows of data.&lt;/p&gt;
&lt;p&gt;  Below that, I put the word &quot;White&quot; in A13.  In A14, I type (=SUMIF(A1:A10,&quot;*&quot;&amp;A13&amp;&quot;*&quot;,B1:B10).  The asterisks before and after A13 (white) opens that criteria to SUMIF for anything that contains &quot;White.&quot;  Similarly, I substitute &quot;Van&quot; for &quot;White&quot; in A13 (or just replicate in the row below) and I can sumif that way.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Debbie,</p>
<p>  Let&#8217;s say you have, in column A, all your type.  In column B, you have the quantity.  This takes up 10 rows of data.</p>
<p>  Below that, I put the word &#8220;White&#8221; in A13.  In A14, I type (=SUMIF(A1:A10,&#8221;*&#8221;&amp;A13&amp;&#8221;*&#8221;,B1:B10).  The asterisks before and after A13 (white) opens that criteria to SUMIF for anything that contains &#8220;White.&#8221;  Similarly, I substitute &#8220;Van&#8221; for &#8220;White&#8221; in A13 (or just replicate in the row below) and I can sumif that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debbie Morris</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/16/multicolumn-sum-with-wildcard/#comment-26618</link>
		<dc:creator>Debbie Morris</dc:creator>
		<pubDate>Mon, 20 Aug 2007 07:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1192#comment-26618</guid>
		<description>&lt;p&gt;Please Can someone help me with the following ( i have spent ages trying to work it out):-&lt;/p&gt;
&lt;p&gt;TypeQuantity&lt;/p&gt;
&lt;p&gt;Car-White6&lt;br&gt;
Car-Red2&lt;br&gt;
Car-Silver4&lt;br&gt;
Van_white4&lt;br&gt;
Car-White1&lt;br&gt;
Van-Yellow3&lt;br&gt;
Van-Blue7&lt;br&gt;
Van-White5&lt;br&gt;
Van-Red2&lt;br&gt;
Car-White6&lt;/p&gt;
&lt;p&gt;I need the formula to find:&lt;br&gt;
No of White cars&lt;br&gt;
No of Vans&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Please Can someone help me with the following ( i have spent ages trying to work it out):-</p>
<p>TypeQuantity</p>
<p>Car-White6<br />
Car-Red2<br />
Car-Silver4<br />
Van_white4<br />
Car-White1<br />
Van-Yellow3<br />
Van-Blue7<br />
Van-White5<br />
Van-Red2<br />
Car-White6</p>
<p>I need the formula to find:<br />
No of White cars<br />
No of Vans</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coley</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/16/multicolumn-sum-with-wildcard/#comment-17506</link>
		<dc:creator>Coley</dc:creator>
		<pubDate>Wed, 16 Nov 2005 23:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1192#comment-17506</guid>
		<description>&lt;p&gt;I want to encorp the sumprod function w/ some kind of count function to average over multiple columns &amp; criteria&lt;/p&gt;
&lt;p&gt;Any advice&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I want to encorp the sumprod function w/ some kind of count function to average over multiple columns &amp; criteria</p>
<p>Any advice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/07/16/multicolumn-sum-with-wildcard/#comment-16106</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 21 Sep 2005 14:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1192#comment-16106</guid>
		<description>&lt;p&gt;I know I might seem a bit dim, but I couldnt get the above to work.  The named ranges seemed to be messing the whole thing.  But if you wanted to do the same thing without name ranges the following in a cell will search for all &quot;well&quot;s in summer:&lt;/p&gt;
&lt;p&gt;=SUMPRODUCT((ISNUMBER(SEARCH(&quot;well&quot;,A7:A18))),(B7:B18=&quot;summer&quot;),(C7:C18))&lt;/p&gt;
&lt;p&gt;Perhaps a downloadable xls file for us stupid ones?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I know I might seem a bit dim, but I couldnt get the above to work.  The named ranges seemed to be messing the whole thing.  But if you wanted to do the same thing without name ranges the following in a cell will search for all &#8220;well&#8221;s in summer:</p>
<p>=SUMPRODUCT((ISNUMBER(SEARCH(&#8220;well&#8221;,A7:A18))),(B7:B18=&#8221;summer&#8221;),(C7:C18))</p>
<p>Perhaps a downloadable xls file for us stupid ones?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

