<?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>Tim Lovelock &#187; MONTH</title>
	<atom:link href="http://www.timlovelock.net/tag/month/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timlovelock.net</link>
	<description>Materials / Master Scheduling / Production Control / Supply Chain Management Professional</description>
	<lastBuildDate>Sun, 22 Aug 2010 16:37:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Excel functions I use daily</title>
		<link>http://www.timlovelock.net/2009/11/21/excel-functions-i-use-daily/</link>
		<comments>http://www.timlovelock.net/2009/11/21/excel-functions-i-use-daily/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 20:24:39 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[CONCATENATE]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[formula]]></category>
		<category><![CDATA[IF]]></category>
		<category><![CDATA[ISERROR]]></category>
		<category><![CDATA[MONTH]]></category>
		<category><![CDATA[VLOOKUP]]></category>
		<category><![CDATA[WEEKNUM]]></category>
		<category><![CDATA[YEAR]]></category>

		<guid isPermaLink="false">http://timlovelock.net/?p=316</guid>
		<description><![CDATA[My favorite function mashup is to combine IF, ISERROR, and VLOOKUP to return either a value from another table, or 0 (or blank, if you prefer). Here's how to do it:]]></description>
			<content:encoded><![CDATA[<ul>
<li><strong>VLOOKUP</strong></li>
<li><strong>IF</strong></li>
<li><strong>ISERROR</strong></li>
<li><strong>CONCATENATE</strong></li>
<li><strong>YEAR</strong></li>
<li><strong>MONTH</strong></li>
<li><strong>WEEKNUM</strong></li>
</ul>
<p>My favorite function mashup is to combine IF, ISERROR, and VLOOKUP to return either a value from another table, or 0 (or blank, if you prefer). Here&#8217;s how to do it:</p>
<blockquote>
<p style="text-align: center;">=IF(ISERROR(VLOOKUP([Std vlookup formula])),0,(VLOOKUP([Std vlookup formula])))</p>
</blockquote>
<p>Here&#8217;s the logic: If the Vlookup returns an error (i.e., the value of the referenced cell does not exist in the lookup range), then return a value of Zero, else return the value found in the lookup range.</p>
<p>Why? It gets rid of those nasty &#8220;#N/A&#8221; errors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timlovelock.net/2009/11/21/excel-functions-i-use-daily/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
