<?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>Excel-Expert &#187; VLOOKUP</title>
	<atom:link href="http://excel-expert.com/tag/vlookup/feed/" rel="self" type="application/rss+xml" />
	<link>http://excel-expert.com</link>
	<description>Making spreadsheets work for you</description>
	<lastBuildDate>Mon, 06 Sep 2010 15:03:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Excel VLOOKUP tutorial</title>
		<link>http://excel-expert.com/2010/01/excel-vlookup-tutorial/</link>
		<comments>http://excel-expert.com/2010/01/excel-vlookup-tutorial/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 21:25:57 +0000</pubDate>
		<dc:creator>Excel Expert</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[VLOOKUP]]></category>

		<guid isPermaLink="false">http://excel-expert.com/?p=169</guid>
		<description><![CDATA[Note – Although this tutorial is based on Excel 2007, the majority of this tutorial will apply to earlier versions of Excel. VLOOKUP stands for vertical lookup and it is a great way of finding related information in an Excel table. For the purposes of this tutorial we are going to use a simple price [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Note</strong> – Although this tutorial is based on Excel 2007, the majority of this tutorial will apply to earlier versions of Excel.</em></p>
<p>VLOOKUP stands for vertical lookup and it is a great way of finding related information in an Excel table. For the purposes of this tutorial we are going to use a simple price list as an example.</p>
<p>In this exercise we are going to find the cost of individual items using just a formula.<br />
<span id="more-169"></span></p>
<h2>The example data</h2>
<p>Set up a spreadsheet similar to the one shown below</p>
<div id="attachment_166" class="wp-caption alignnone" style="width: 467px"><a href="http://excel-expert.com/blog/wp-content/uploads/2010/01/Sample_Data2jpg.jpg"><img class="size-full wp-image-166" title="Sample_Data2jpg" src="http://excel-expert.com/blog/wp-content/uploads/2010/01/Sample_Data2jpg.jpg" alt="The sample data for the VLOOKUP tutorial" width="457" height="173" /></a><p class="wp-caption-text">Fig 1 - The sample data for the VLOOKUP tutorial</p></div>
<p>In cell E3 enter the following formula</p>
<p>=VLOOKUP(D3,A2:B7,2,FALSE)</p>
<p>In cell D3, type in the name of one of the items in column A and hit enter. Cell D3 will now contain the cost of that item.</p>
<div id="attachment_167" class="wp-caption alignnone" style="width: 469px"><a href="http://excel-expert.com/blog/wp-content/uploads/2010/01/final_results.jpg"><img class="size-full wp-image-167" title="final_results" src="http://excel-expert.com/blog/wp-content/uploads/2010/01/final_results.jpg" alt="The results of our VLOOKUP formula" width="459" height="194" /></a><p class="wp-caption-text">Fig 2 - The results of our VLOOKUP formula</p></div>
<h2>Formula Breakdown</h2>
<p>The formula is constructed like this</p>
<p>VLOOKUP(Look up value, Range of data, Results column, Range lookup)</p>
<p>The look up value is the value we are searching by, in our example it will be the description of one of the items listed (Screwdriver, hammer etc). We have used cell D3 in our example to hold the item we are looking for.</p>
<p>The range of data is the range of cells we want to search and get the results from. In our case we are searching the range A2:A7 (the descriptions), but we want the corresponding results from the range B2:B7 (the prices). As a result we enter A2:B7 as the combined range of data.</p>
<p><em>Handy tip</em> – If you intend to copy the formula in E3 to other cells and still have it search the range A2:B7 enter this as $A$2:$B$7. So the formula reads =VLOOKUP(D3,$A$2:$B$7,2,FALSE). If you don’t Excel will adjust this range automatically in relation to where you enter the formula.</p>
<p>The results column is the number of the column in our range of data we want our results to come from. The range A2:B7 is made up of 2 columns, and the results we want are in the second column, so we enter the value 2.</p>
<p>The range lookup tells Excel if we want an exact match or an approximate match when searching. This bit sounds back to front and trips a lot of people up, enter FALSE here for an exact match, and true for an approximate match. (I have no idea why Microsoft made it that way around). We want an exact match so we entered FALSE here.</p>
<p><span style="color: #ffffff;">-</span></p>
<p><span style="color: #ffffff;">-</span></p>
<p><span style="color: #ffffff;">-</span></p>
]]></content:encoded>
			<wfw:commentRss>http://excel-expert.com/2010/01/excel-vlookup-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
