<?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; udf</title>
	<atom:link href="http://www.automateexcel.com/tag/udf/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 Function to Show Cell Formula</title>
		<link>http://www.automateexcel.com/2008/10/24/vba-function-to-show-cell-formula/</link>
		<comments>http://www.automateexcel.com/2008/10/24/vba-function-to-show-cell-formula/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 12:58:32 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[Cells, Columns & Rows]]></category>
		<category><![CDATA[udf]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=1045</guid>
		<description><![CDATA[The following UDF will return the formulae for a given cell reference: Function Show_Cell_Formulae(Cell As Range) As String Show_Cell_Formulae = "Cell " &#38; Cell.Address &#38; " has the formulae : ' " &#38; Cell.Formula &#38; " '" End Function So if we have: Where the cell B7 has the formulae : ‘=MAX(B5:G5) then we can [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/10/24/vba-function-to-show-cell-formula/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

