<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Building Efficient Excel Formulas</title>
	<atom:link href="http://ExcelWithMonarch.com/xlreport/building-efficient-excel-formulas/feed" rel="self" type="application/rss+xml" />
	<link>http://ExcelWithMonarch.com/xlreport/building-efficient-excel-formulas</link>
	<description>Stop working for your data. Make your data work for you.</description>
	<lastBuildDate>Thu, 26 Apr 2012 01:47:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Nick</title>
		<link>http://ExcelWithMonarch.com/xlreport/building-efficient-excel-formulas/comment-page-1#comment-15</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 19 Nov 2007 16:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://excelwithmonarch.com/xlreport/building-efficient-excel-formulas#comment-15</guid>
		<description>There are several ways of eliminating the &quot;Double&quot; VLOOKUP() formula. The one I tend use is:

=IF(COUNTIF(Sheet2!$A$1:$A$4,A3),VLOOKUP(A3,Sheet2!$A$1:$B$4,2,FALSE),0)

It first tries to count for the occurrence of the value and if found, will then do the VLOOKUP.</description>
		<content:encoded><![CDATA[<p>There are several ways of eliminating the &#8220;Double&#8221; VLOOKUP() formula. The one I tend use is:</p>
<p>=IF(COUNTIF(Sheet2!$A$1:$A$4,A3),VLOOKUP(A3,Sheet2!$A$1:$B$4,2,FALSE),0)</p>
<p>It first tries to count for the occurrence of the value and if found, will then do the VLOOKUP.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

