<?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: SUMIF – Multiple Criteria</title>
	<atom:link href="http://www.automateexcel.com/2008/09/05/sumif-%e2%80%93-multiple-criteria/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com/2008/09/05/sumif-%e2%80%93-multiple-criteria/</link>
	<description>Everything Excel. Only Excel.</description>
	<lastBuildDate>Mon, 21 Nov 2011 07:25:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Thomas Vincent</title>
		<link>http://www.automateexcel.com/2008/09/05/sumif-%e2%80%93-multiple-criteria/comment-page-1/#comment-2350</link>
		<dc:creator>Thomas Vincent</dc:creator>
		<pubDate>Wed, 26 Oct 2011 10:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=851#comment-2350</guid>
		<description>Anyone want to tackle this?

Consider the following table
Name	State	Qty
Apples	Ripe	3
Mangoes	Raw	2
Apples	Rotten	5
Mangoes	Ripe	7
Apples	Raw	1
Mangoes	Rotten	5
Grapes	Ripe	7
Bananas	Raw	9

How can i get the number of all Apples and Mangoes that ARE NOT rotten?</description>
		<content:encoded><![CDATA[<p>Anyone want to tackle this?</p>
<p>Consider the following table<br />
Name	State	Qty<br />
Apples	Ripe	3<br />
Mangoes	Raw	2<br />
Apples	Rotten	5<br />
Mangoes	Ripe	7<br />
Apples	Raw	1<br />
Mangoes	Rotten	5<br />
Grapes	Ripe	7<br />
Bananas	Raw	9</p>
<p>How can i get the number of all Apples and Mangoes that ARE NOT rotten?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cash Coach</title>
		<link>http://www.automateexcel.com/2008/09/05/sumif-%e2%80%93-multiple-criteria/comment-page-1/#comment-2224</link>
		<dc:creator>Cash Coach</dc:creator>
		<pubDate>Mon, 29 Aug 2011 15:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=851#comment-2224</guid>
		<description>I am trying to figure out how many items I need to order for every item listed. I have a sheet of items (rows) where for each row there may be an amount needed or not. For each row that has a quantity needed, I need to create another sheet with ONLY the rows where there is an actual requirement with the quantity needed, item name and state. Here is sample data of the inventory in Worksheet A:

Name State Qty 
Apples WA 5 
Oranges FL 
Car MI 8 
Furniture VA 3 
Corn IN 

Notice that the Qty is null in many of the rows. Desired output on Worksheet B: 

Name State Qty 
Apples WA 5 
Car MI 8 
Furniture VA 3 

So the output does not include the empty qty records. I&#039;ve tried various vlookup formulas and others and am just having a hard time. I&#039;d prefer to do this with a formula rather than VBA macro or such and not using a filter. Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>I am trying to figure out how many items I need to order for every item listed. I have a sheet of items (rows) where for each row there may be an amount needed or not. For each row that has a quantity needed, I need to create another sheet with ONLY the rows where there is an actual requirement with the quantity needed, item name and state. Here is sample data of the inventory in Worksheet A:</p>
<p>Name State Qty<br />
Apples WA 5<br />
Oranges FL<br />
Car MI 8<br />
Furniture VA 3<br />
Corn IN </p>
<p>Notice that the Qty is null in many of the rows. Desired output on Worksheet B: </p>
<p>Name State Qty<br />
Apples WA 5<br />
Car MI 8<br />
Furniture VA 3 </p>
<p>So the output does not include the empty qty records. I&#8217;ve tried various vlookup formulas and others and am just having a hard time. I&#8217;d prefer to do this with a formula rather than VBA macro or such and not using a filter. Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brenda</title>
		<link>http://www.automateexcel.com/2008/09/05/sumif-%e2%80%93-multiple-criteria/comment-page-1/#comment-1929</link>
		<dc:creator>Brenda</dc:creator>
		<pubDate>Thu, 13 Jan 2011 00:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=851#comment-1929</guid>
		<description>Sahil, I cannot thank you enough!

I worked a long time today trying to get &quot;Sumifs&quot; and &quot;Sumproducts&quot; to work for my problem of having too many rows in the sum range.

Anyway, I think this simple solution will work for many of my work applications.

Have a great night!</description>
		<content:encoded><![CDATA[<p>Sahil, I cannot thank you enough!</p>
<p>I worked a long time today trying to get &#8220;Sumifs&#8221; and &#8220;Sumproducts&#8221; to work for my problem of having too many rows in the sum range.</p>
<p>Anyway, I think this simple solution will work for many of my work applications.</p>
<p>Have a great night!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://www.automateexcel.com/2008/09/05/sumif-%e2%80%93-multiple-criteria/comment-page-1/#comment-1795</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Tue, 16 Nov 2010 07:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=851#comment-1795</guid>
		<description>Sir
My name is jimmy i am a computer operator i have a very big problem in sumif function i can&#039;t calculate multi criteria function plz help me 
My question is : (arrey) 1500,3600,3500,1800,500 how to i calculate total more then or equal 500 hundred and less than or equal to 2000
      Please Suggest me and give example</description>
		<content:encoded><![CDATA[<p>Sir<br />
My name is jimmy i am a computer operator i have a very big problem in sumif function i can&#8217;t calculate multi criteria function plz help me<br />
My question is : (arrey) 1500,3600,3500,1800,500 how to i calculate total more then or equal 500 hundred and less than or equal to 2000<br />
      Please Suggest me and give example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.automateexcel.com/2008/09/05/sumif-%e2%80%93-multiple-criteria/comment-page-1/#comment-1680</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 08 Sep 2010 02:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=851#comment-1680</guid>
		<description>I know this should be a simple formula, but I can&#039;t seem to get the right combination.

A1    B1    C1
40    39    
If B1A1 then C1 = B1-A1</description>
		<content:encoded><![CDATA[<p>I know this should be a simple formula, but I can&#8217;t seem to get the right combination.</p>
<p>A1    B1    C1<br />
40    39<br />
If B1A1 then C1 = B1-A1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.automateexcel.com/2008/09/05/sumif-%e2%80%93-multiple-criteria/comment-page-1/#comment-1679</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 08 Sep 2010 02:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=851#comment-1679</guid>
		<description>I know this should be a simple formula, but I can&#039;t seem to find the right combination.

A1   B1   C1
39</description>
		<content:encoded><![CDATA[<p>I know this should be a simple formula, but I can&#8217;t seem to find the right combination.</p>
<p>A1   B1   C1<br />
39</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: don</title>
		<link>http://www.automateexcel.com/2008/09/05/sumif-%e2%80%93-multiple-criteria/comment-page-1/#comment-1385</link>
		<dc:creator>don</dc:creator>
		<pubDate>Sat, 19 Dec 2009 20:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=851#comment-1385</guid>
		<description>I&#039;m new to excel and i need help.  I need a formula that will get a sum total from a collum on a general ledger page (collum E), but it mus meet two diffrent criterias: First it must have been entered in a certain month (collum 1), and second it must have a certain text code (collum 3).
The sum total needs to displayed in a cell on a diffrent page (monthly statement page).
Thank You</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to excel and i need help.  I need a formula that will get a sum total from a collum on a general ledger page (collum E), but it mus meet two diffrent criterias: First it must have been entered in a certain month (collum 1), and second it must have a certain text code (collum 3).<br />
The sum total needs to displayed in a cell on a diffrent page (monthly statement page).<br />
Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K D Amlani</title>
		<link>http://www.automateexcel.com/2008/09/05/sumif-%e2%80%93-multiple-criteria/comment-page-1/#comment-1299</link>
		<dc:creator>K D Amlani</dc:creator>
		<pubDate>Sat, 15 Aug 2009 14:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=851#comment-1299</guid>
		<description>Hi, I want to know if i have 2 columns say &quot;C - Amount&quot; &amp; &quot;D - Amount&quot; and i want to use the differnce between these 2 columns to be added with a criteria given in column B which contains Names. Can i use sumif ?
 when i tried doing this it gave the result as number of rows which this crieteria  is satisfied... am i doing anything wrong? Answer would be highly appreciated. Thanks</description>
		<content:encoded><![CDATA[<p>Hi, I want to know if i have 2 columns say &#8220;C &#8211; Amount&#8221; &amp; &#8220;D &#8211; Amount&#8221; and i want to use the differnce between these 2 columns to be added with a criteria given in column B which contains Names. Can i use sumif ?<br />
 when i tried doing this it gave the result as number of rows which this crieteria  is satisfied&#8230; am i doing anything wrong? Answer would be highly appreciated. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.automateexcel.com/2008/09/05/sumif-%e2%80%93-multiple-criteria/comment-page-1/#comment-1257</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 09 Jun 2009 20:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=851#comment-1257</guid>
		<description>Sahil offers a great alternative. I have used helper columns with excellent results.

CONCATENATE works well with simple matching criteria but...

What about conditions that involve logical operators (greater than, less than, etc)?

Use helper columns with Logical functions (AND, IF, etc).

Here is a SUMIF Multiple example; it uses helper columns, Excel Logical functions and also CONCATENATE: http://www.excel-spreadsheet-authors.com/sumif-multiple.html I hope it helps</description>
		<content:encoded><![CDATA[<p>Sahil offers a great alternative. I have used helper columns with excellent results.</p>
<p>CONCATENATE works well with simple matching criteria but&#8230;</p>
<p>What about conditions that involve logical operators (greater than, less than, etc)?</p>
<p>Use helper columns with Logical functions (AND, IF, etc).</p>
<p>Here is a SUMIF Multiple example; it uses helper columns, Excel Logical functions and also CONCATENATE: <a href="http://www.excel-spreadsheet-authors.com/sumif-multiple.html" rel="nofollow">http://www.excel-spreadsheet-authors.com/sumif-multiple.html</a> I hope it helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SATISH SHARMA</title>
		<link>http://www.automateexcel.com/2008/09/05/sumif-%e2%80%93-multiple-criteria/comment-page-1/#comment-1207</link>
		<dc:creator>SATISH SHARMA</dc:creator>
		<pubDate>Tue, 05 May 2009 12:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.automateexcel.com/?p=851#comment-1207</guid>
		<description>It&#039;s a great site, &amp; it is very helpful &amp; also increased to efficiency,</description>
		<content:encoded><![CDATA[<p>It&#8217;s a great site, &amp; it is very helpful &amp; also increased to efficiency,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

