<?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>Index &#8211; AnonyViet &#8211; English Version</title>
	<atom:link href="https://en.anonyviet.com/tag/index/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 22:01:19 +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>Index &#8211; AnonyViet &#8211; English Version</title>
	<link>https://en.anonyviet.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Lesson 156: How to use Index and Match in Excel</title>
		<link>https://en.anonyviet.com/lesson-156-how-to-use-index-and-match-in-excel/</link>
					<comments>https://en.anonyviet.com/lesson-156-how-to-use-index-and-match-in-excel/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Tue, 24 Jan 2023 22:01:19 +0000</pubDate>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Index]]></category>
		<category><![CDATA[Lesson]]></category>
		<category><![CDATA[Match]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=2244</guid>

					<description><![CDATA[Instead of using the VLOOKUP function, you can also use INDEX and MATCH in Excel. Join the channel Telegram of the AnonyViet 👉 Link 👈 How to use Index and Match in Excel Match The MATCH function returns the position of a value within a given range. For example, the MATCH function below looks for [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<p>Instead of using the VLOOKUP function, you can also use INDEX and MATCH 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-index-va-match-trong-excel" class="ftwp-heading">How to use Index and Match in Excel</h2>
<h3 id="ftoc-match" class="ftwp-heading">Match</h3>
<p>The MATCH function returns the position of a value within a given range.  For example, the MATCH function below looks for the value 53 in the range B3:B9.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-31918 size-full" src="https://anonyviet.com/wp-content/uploads/2021/08/match-function.png" alt="Lesson 156: How to use Index and Match in Excel" width="604" height="267" srcset="https://anonyviet.com/wp-content/uploads/2021/08/match-function.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/match-function-300x133.png 300w" sizes="(max-width: 604px) 100vw, 604px" title="Lesson 156: How to use Index and Match in Excel 13"/></p>
<p>Explanation: 53 (first parameter) is found at position 5 in the range B3:B9 (second parameter).  In this example, we use the MATCH function to return the correct result, so we set the third parameter to 0.</p>
<h3 id="ftoc-index" class="ftwp-heading">Index</h3>
<p>The INDEX function below returns the value of the position you want.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31919 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/index-function.png" alt="Lesson 156: How to use Index and Match in Excel 12" width="604" height="267" srcset="https://anonyviet.com/wp-content/uploads/2021/08/index-function.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/index-function-300x133.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 156: How to use Index and Match in Excel 14"/></p>
<p>Explanation: the INDEX function returns the 5th value (second parameter) in the range E3:E9 (first parameter).</p>
<h3 id="ftoc-index-va-match" class="ftwp-heading">Index and Match</h3>
<p>Replace the value 5 in the INDEX function (see previous example) with the MATCH function (see first example) to look up the salary of ID 53.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31920 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/index-match1.png" alt="Lesson 156: How to use Index and Match in Excel 13" width="604" height="267" srcset="https://anonyviet.com/wp-content/uploads/2021/08/index-match1.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/index-match1-300x133.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 156: How to use Index and Match in Excel 15"/></p>
<p>Explanation: the MATCH function returns position 5. The INDEX function needs position 5. It&#8217;s a perfect match.  If you want, you can also use the Vlookup function.</p>
<h3 id="ftoc-tra-cuu-hai-chieu" class="ftwp-heading">Two-way lookup</h3>
<p>The INDEX function can also return a specific value in a two-way range.  For example, use INDEX and MATCH in Excel to do a two-way lookup.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31926 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/two-way-lookup.png" alt="Lesson 156: How to use Index and Match in Excel 14" width="604" height="347" srcset="https://anonyviet.com/wp-content/uploads/2021/08/two-way-lookup.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/two-way-lookup-300x172.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 156: How to use Index and Match in Excel 16"/></p>
<h3 id="ftoc-tra-cuu-phan-biet-chu-hoa-chu-thuong" class="ftwp-heading">Case sensitive lookup</h3>
<p>By default, the VLOOKUP function performs case-insensitive lookups.  However, you can use INDEX, MATCH, and EXACT in Excel to perform case-sensitive lookups.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31927 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/case-sensitive-lookup.png" alt="Lesson 156: How to use Index and Match in Excel 15" width="604" height="267" srcset="https://anonyviet.com/wp-content/uploads/2021/08/case-sensitive-lookup.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/case-sensitive-lookup-300x133.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 156: How to use Index and Match in Excel 17"/></p>
<p>Note: MIA Reed&#8217;s exact salary lookup formula, not Mia Clark&#8217;s.</p>
<h3 id="ftoc-do-tim-ben-trai" class="ftwp-heading">Search on the left</h3>
<p>The Vlookup function only looks for the right side.  Don&#8217;t worry, you can use INDEX and MATCH in Excel to do left-side detection.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31928 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/left-lookup.png" alt="Lesson 156: How to use Index and Match in Excel 16" width="604" height="307" srcset="https://anonyviet.com/wp-content/uploads/2021/08/left-lookup.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/left-lookup-300x152.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 156: How to use Index and Match in Excel 18"/></p>
<p>Note: as we drag this formula down, the absolute references ($E$4:$E$7 and $G$4:$G$7) will stay the same, while the relative references (A2) change to A3, A4, A5, etc</p>
<h3 id="ftoc-tra-cuu-hai-cot" class="ftwp-heading">Look up two columns</h3>
<p>Use the INDEX and MATCH functions in Excel to perform a two-column lookup.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31929 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/two-column-lookup1.png" alt="Lesson 156: How to use Index and Match in Excel 17" width="604" height="267" srcset="https://anonyviet.com/wp-content/uploads/2021/08/two-column-lookup1.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/two-column-lookup1-300x133.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 156: How to use Index and Match in Excel 19"/></p>
<p>Note: the array formula above looks up James Clark&#8217;s salary, not James Smith&#8217;s, not James Anderson&#8217;s.</p>
<h3 id="ftoc-tim-gia-tri-khop-nhat" class="ftwp-heading">Find the best match</h3>
<p>To find the best match to the target value in a data column, use INDEX, MATCH, ABS, and MIN in Excel.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-31944 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/closest-match.png" alt="Lesson 156: How to use Index and Match in Excel 18" width="604" height="267" srcset="https://anonyviet.com/wp-content/uploads/2021/08/closest-match.png 604w, https://anonyviet.com/wp-content/uploads/2021/08/closest-match-300x133.png 300w" sizes="auto, (max-width: 604px) 100vw, 604px" title="Lesson 156: How to use Index and Match in Excel 20"/></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>
<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;31917&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-156-how-to-use-index-and-match-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>
