<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Automate Excel &#187; SUMIF</title>
	<atom:link href="http://www.automateexcel.com/category/formulas/sumif-formulas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com</link>
	<description>Hundreds of Excel Tips &#38; Tricks</description>
	<lastBuildDate>Mon, 21 Dec 2009 20:35:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SUMIF – Multiple Criteria</title>
		<link>http://www.automateexcel.com/2008/09/05/sumif-%e2%80%93-multiple-criteria/</link>
		<comments>http://www.automateexcel.com/2008/09/05/sumif-%e2%80%93-multiple-criteria/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 17:43:41 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[SUMIF]]></category>
		<category><![CDATA[criteria]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[sumif]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=851</guid>
		<description><![CDATA[Excel’s SUMIF formulae allows you to obtain the sum of a range of values that meet certain criteria. For example:

If we wanted to obtain the total number of Cars then we could use  SUMIF:
=SUMIF(B5:B12,”Cars”,D5:D12)
and if we wanted to obtain the total vehicles in Cambridge we could use:
=SUMIF(A5:A12,”Cambridge”,D5:D12)
However what would we do if we wanted [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/09/05/sumif-%e2%80%93-multiple-criteria/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Double SUMIF</title>
		<link>http://www.automateexcel.com/2008/09/05/double-sumif/</link>
		<comments>http://www.automateexcel.com/2008/09/05/double-sumif/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 13:03:51 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[SUMIF]]></category>
		<category><![CDATA[double]]></category>
		<category><![CDATA[sumif]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=840</guid>
		<description><![CDATA[Consider the following table of data:

If we want to find the total of all the Lorries then we could use the SUMIF function:
E25 = SUMIF(A5:A20,”Lorries”, E5:E20)
Like so:

And likewise  we could total all the red vehicles:
=SUMIF(C5:C20,”Red”,E5:E20)
However what about if we wanted the total of all the YELLOw Vehicles in London ? There are in fact [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/09/05/double-sumif/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conditional Sum</title>
		<link>http://www.automateexcel.com/2004/08/18/excel_conditional_sum/</link>
		<comments>http://www.automateexcel.com/2004/08/18/excel_conditional_sum/#comments</comments>
		<pubDate>Wed, 18 Aug 2004 23:40:59 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[SUMIF]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[So you want to sum a range based on a condition eh?  For instance you want to sum the total for just one person in a range of names?  Like this picture sums the range A2:A10 on the condition the cell equals &#8220;Mark&#8221;, and does this in cell D3: The easiest way is [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2004/08/18/excel_conditional_sum/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SumIf Function</title>
		<link>http://www.automateexcel.com/2004/08/15/excel_formula_sumif_function/</link>
		<comments>http://www.automateexcel.com/2004/08/15/excel_formula_sumif_function/#comments</comments>
		<pubDate>Sun, 15 Aug 2004 19:01:24 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[SUMIF]]></category>
		<category><![CDATA[sumif]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The SumIf function works perfect when you need to Sum a list by a certain criteria.
In this example we want to sum the list in cell A9 only for a name we type in cell A8

We can do this using the SumIf function.  The basic SumIf syntax looks like this:
=SumIf(Range, Criteria, Sum Range)
So how [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2004/08/15/excel_formula_sumif_function/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
