<?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/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Sumproduct &#8211; AnonyViet &#8211; English Version</title>
	<atom:link href="https://en.anonyviet.com/tag/sumproduct/feed/" rel="self" type="application/rss+xml" />
	<link>https://en.anonyviet.com</link>
	<description>The most popular website for sharing information technology, computer networks, and security knowledge. Stay up to date with the hottest news and tips</description>
	<lastBuildDate>Tue, 24 Jan 2023 14:15:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://en.anonyviet.com/wp-content/uploads/2023/01/cropped-ico-logo-75x75-1.png</url>
	<title>Sumproduct &#8211; AnonyViet &#8211; English Version</title>
	<link>https://en.anonyviet.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Lesson 112: How to use the Sumproduct function in Excel</title>
		<link>https://en.anonyviet.com/lesson-112-how-to-use-the-sumproduct-function-in-excel/</link>
					<comments>https://en.anonyviet.com/lesson-112-how-to-use-the-sumproduct-function-in-excel/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Tue, 24 Jan 2023 14:15:33 +0000</pubDate>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[Lesson]]></category>
		<category><![CDATA[Sumproduct]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=1883</guid>

					<description><![CDATA[In this article, I will show you how to use the Sumproduct function to calculate the total amount of products in Excel. Join the channel Telegram of the AnonyViet 👉 Link 👈 How to use the Sumproduct function in Excel 1. For example, the SUMPRODUCT function below calculates the total amount spent. Explanation: the SUMPRODUCT [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<p>In this article, I will show you how to use the Sumproduct function to calculate the total amount of products in <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fwww.office.com%2Flaunch%2Fexcel%3Fui%3Dvi-VN%26amp%3Brs%3DVN%26amp%3Bauth%3D1" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">Excel</a>.</p>
<div class="code-block code-block-16" style="margin: 8px 0; clear: both;">
<div align="center">
<table class=" aligncenter" style="background-color: #c0c0c0; border-collapse: collapse; width: 59.9985%;">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><span style="font-size: 12pt;"><strong>Join the channel <span style="color: #0000ff;">Telegram</span> of the <span style="color: #008080;">AnonyViet </span> 👉 <span style="text-decoration: underline;"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Ft.me%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<h2 id="ftoc-cach-su-dung-ham-sumproduct-trong-excel" class="ftwp-heading">How to use the Sumproduct function in Excel</h2>
<p>1. For example, the SUMPRODUCT function below calculates the total amount spent.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-31274 size-full" src="https://anonyviet.com/wp-content/uploads/2021/08/sumproduct-function-1.png" alt="Lesson 112: How to use the Sumproduct function in Excel" width="604" height="227" srcset="https://anonyviet.com/wp-content/uploads/2021/08/sumproduct-function-1.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/sumproduct-function-1-300x113.png 300w" sizes="(max-width: 604px) 100vw, 604px" title="Lesson 112: How to use the Sumproduct function in Excel 17"/></p>
<p>Explanation: the SUMPRODUCT function does this calculation: (2 * 1000) + (4 * 250) + (4 * 100) + (2 * 50) = 3500.</p>
<p>2. The regions must be the same size or Excel will display the #VALUE!  error.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31277 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/ranges-of-unequal-size.png" alt="Lesson 112: How to use the Sumproduct function in Excel 16" width="604" height="227" srcset="https://anonyviet.com/wp-content/uploads/2021/08/ranges-of-unequal-size.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/ranges-of-unequal-size-300x113.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 112: How to use the Sumproduct function in Excel 18"/></p>
</p>
<p>3. The SUMPRODUCT function will specify non-numeric cells to have a value of 0.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31278 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/non-numeric-entries.png" alt="Lesson 112: How to use the Sumproduct function in Excel 17" width="604" height="227" srcset="https://anonyviet.com/wp-content/uploads/2021/08/non-numeric-entries.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/non-numeric-entries-300x113.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 112: How to use the Sumproduct function in Excel 19"/></p>
<p>4. If you provide a unique range, the SUMPRODUCT function will produce the exact same results as the SUM function.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31279 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/one-range.png" alt="Lesson 112: How to use the Sumproduct function in Excel 18" width="604" height="227" srcset="https://anonyviet.com/wp-content/uploads/2021/08/one-range.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/one-range-300x113.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 112: How to use the Sumproduct function in Excel 20"/></p>
<h3 id="ftoc-nang-cao" class="ftwp-heading">Advanced</h3>
<p>The SUMPRODUCT function is an extremely versatile function and can produce the same results as many of Excel&#8217;s built-in functions and even array formulas!</p>
<p>1a.  For example, the COUNTIF function below counts the number of cells containing &#8220;star&#8221;.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31280 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/countif-function.png" alt="Lesson 112: How to use the Sumproduct function in Excel 19" width="604" height="267" srcset="https://anonyviet.com/wp-content/uploads/2021/08/countif-function.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/countif-function-300x133.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 112: How to use the Sumproduct function in Excel 21"/></p>
<p>1b.  The SUMPRODUCT function below has the same result.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31281 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/double-negative.png" alt="Lesson 112: How to use the Sumproduct function in Excel 20" width="604" height="267" srcset="https://anonyviet.com/wp-content/uploads/2021/08/double-negative.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/double-negative-300x133.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 112: How to use the Sumproduct function in Excel 22"/></p>
<p>1 C.  The COUNTIF function below counts the number of cells containing the word &#8220;star&#8221; + 1 character.  The question mark (?) represents 1 character.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31282 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/wildcard-character.png" alt="Lesson 112: How to use the Sumproduct function in Excel 21" width="604" height="267" srcset="https://anonyviet.com/wp-content/uploads/2021/08/wildcard-character.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/wildcard-character-300x133.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 112: How to use the Sumproduct function in Excel 23"/></p>
<p>1d.  The SUMPRODUCT function is not perfect!  You cannot use wildcard characters (? and *) when using the SUMPRODUCT function.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31283 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/sumproduct-limitation.png" alt="Lesson 112: How to use the Sumproduct function in Excel 22" width="604" height="267" srcset="https://anonyviet.com/wp-content/uploads/2021/08/sumproduct-limitation.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/sumproduct-limitation-300x133.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 112: How to use the Sumproduct function in Excel 24"/></p>
<p>2 a.  The array formula below counts the number of characters in a range of cells.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31284 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/count-characters.png" alt="Lesson 112: How to use the Sumproduct function in Excel 23" width="604" height="187" srcset="https://anonyviet.com/wp-content/uploads/2021/08/count-characters.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/count-characters-300x93.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 112: How to use the Sumproduct function in Excel 25"/></p>
<p>2b.  The SUMPRODUCT function below has the same result.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31285 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/elegant-sumproduct-formula.png" alt="Lesson 112: How to use the Sumproduct function in Excel 24" width="604" height="187" srcset="https://anonyviet.com/wp-content/uploads/2021/08/elegant-sumproduct-formula.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/elegant-sumproduct-formula-300x93.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 112: How to use the Sumproduct function in Excel 26"/></p>
<p>3a.  The array formula below calculates total sales in 2018.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31286 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/sum-by-year.png" alt="Lesson 112: How to use the Sumproduct function in Excel 25" width="604" height="227" srcset="https://anonyviet.com/wp-content/uploads/2021/08/sum-by-year.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/sum-by-year-300x113.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 112: How to use the Sumproduct function in Excel 27"/></p>
<p>3b.  The SUMPRODUCT function below has the same result.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31287 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/multiplication-operator.png" alt="Lesson 112: How to use the Sumproduct function in Excel 26" width="604" height="227" srcset="https://anonyviet.com/wp-content/uploads/2021/08/multiplication-operator.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/multiplication-operator-300x113.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 112: How to use the Sumproduct function in Excel 28"/></p>
<p>In addition, you can also view many other excel articles<a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fcategory%2Ftin-hoc-van-phong%2Fexcel%2F" rel="noopener" class="local-link"> here.</a></p>
</p>
<div class="kk-star-ratings kksr-auto kksr-align-right kksr-valign-bottom" data-payload="{&quot;align&quot;:&quot;right&quot;,&quot;id&quot;:&quot;31273&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;bottom&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;100&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;5&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;5&quot;,&quot;greet&quot;:&quot;\u0110\u00e1nh gi\u00e1 b\u00e0i vi\u1ebft post&quot;,&quot;legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: 5\/5 - (100 b\u00ecnh ch\u1ecdn)&quot;,&quot;size&quot;:&quot;24&quot;,&quot;width&quot;:&quot;142.5&quot;,&quot;_legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: {score}\/{best} - ({count} {votes})&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}">
<p>            The article achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/lesson-112-how-to-use-the-sumproduct-function-in-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2021/07/excel-anonyviet-1.jpg" medium="image"></media:content>
            	</item>
	</channel>
</rss>
