<?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; LOOKUP</title>
	<atom:link href="http://www.automateexcel.com/category/formulas/lookup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com</link>
	<description>Everything Excel. Only Excel.</description>
	<lastBuildDate>Wed, 24 Nov 2010 21:08:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>VBA: UDF to perform a 3-parameter Vlookup</title>
		<link>http://www.automateexcel.com/2008/10/04/vba-udf-to-perform-a-3-parameter-vlookup/</link>
		<comments>http://www.automateexcel.com/2008/10/04/vba-udf-to-perform-a-3-parameter-vlookup/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 10:36:32 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[LOOKUP]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[udf]]></category>
		<category><![CDATA[vlookup]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=942</guid>
		<description><![CDATA[Consider the following data table: The standard Vlookup function within Excel has the following format: VLOOKUP(“”Mark”, B6:G12”,2,FALSE) Which will return “Brown”. However, what about if we wanted to look up on 2 or more columns e.g the first name, last name and the age in the above table ? The following UDF allows us to [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/10/04/vba-udf-to-perform-a-3-parameter-vlookup/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>VBA and Vlookup: Find occurence of string</title>
		<link>http://www.automateexcel.com/2008/09/30/vba-and-vlookup-find-occurence-of-string/</link>
		<comments>http://www.automateexcel.com/2008/09/30/vba-and-vlookup-find-occurence-of-string/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 14:40:43 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[LOOKUP]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[occurence]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[vlookup]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=928</guid>
		<description><![CDATA[The standard Vlookup function can be used to find a value within a table: And we would use VLOOKUP like so: VLOOKUP(A1:10,”Dog”,2,FALSE) to give the value 30. However, in this list we see that Dog occurs 3 times. The standard VLOOKUP function will only return the value associated with the first item in this list. [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/09/30/vba-and-vlookup-find-occurence-of-string/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Two Dimensional VLOOKUP</title>
		<link>http://www.automateexcel.com/2008/09/06/two-dimensional-vlookup/</link>
		<comments>http://www.automateexcel.com/2008/09/06/two-dimensional-vlookup/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 17:49:09 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[LOOKUP]]></category>
		<category><![CDATA[dimensional]]></category>
		<category><![CDATA[hloopup]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[match]]></category>
		<category><![CDATA[two]]></category>
		<category><![CDATA[vlookup]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=856</guid>
		<description><![CDATA[The VLOOKUP and HLOOKUP functions are well known for looking up data in one dimension: And then: However what happens if we have a TWO dimensional array And we want to find the value for Boats in Mar-08.  So we could add two drop downs to specify the mode of transport and the month that [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/09/06/two-dimensional-vlookup/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Introduction to Dynamic Ranges</title>
		<link>http://www.automateexcel.com/2008/08/23/introduction-to-dynamic-ranges/</link>
		<comments>http://www.automateexcel.com/2008/08/23/introduction-to-dynamic-ranges/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 11:00:42 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[LOOKUP]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[dynamic ranges]]></category>
		<category><![CDATA[formular]]></category>
		<category><![CDATA[introduction]]></category>
		<category><![CDATA[ranges]]></category>
		<category><![CDATA[vlookup]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=816</guid>
		<description><![CDATA[An introduction to Dynamic Ranges The VLOOKUP function is often used to find information that is stored within tables in Excel. So for example if we have a list of people’s names and ages: And then we can in a nearby cell use the function VLOOKUP to determine Paul’s age: So far this is a [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/08/23/introduction-to-dynamic-ranges/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HLOOKUP Function Example</title>
		<link>http://www.automateexcel.com/2004/08/15/excel_formula_hlookup_function_example/</link>
		<comments>http://www.automateexcel.com/2004/08/15/excel_formula_hlookup_function_example/#comments</comments>
		<pubDate>Sun, 15 Aug 2004 19:06:06 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[LOOKUP]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[hloopup]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[HLOOKUP is kin to VLOOKUP. VLOOKUP looks up a value from a Vertical list and HLOOKUP looks up a value from a Horizontal list. Go figure. Here is a quick tutorial on the HLOOKUP function. In this picture we have a list of People and their respective Sales and a Table showing the Bonus they [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2004/08/15/excel_formula_hlookup_function_example/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>VLOOKUP Function Example</title>
		<link>http://www.automateexcel.com/2004/08/15/excel_formula_vlookup_function_example/</link>
		<comments>http://www.automateexcel.com/2004/08/15/excel_formula_vlookup_function_example/#comments</comments>
		<pubDate>Sun, 15 Aug 2004 18:46:16 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[LOOKUP]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[vlookup]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Let&#8217;s take a look at the VLOOKUP function. In our example we have a company with a list of part numbers, along with information about them. Let&#8217;s asssume this list is very long, and they would like to enter a part# in a cell and have it return information about that part quickly. This picture [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2004/08/15/excel_formula_vlookup_function_example/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
	</channel>
</rss>

