<?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: Matchmaker</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/04/12/matchmaker/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/04/12/matchmaker/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dick</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/04/12/matchmaker/#comment-1321</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Mon, 12 Apr 2004 17:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=458#comment-1321</guid>
		<description>&lt;p&gt;John - MATCH is the better choice.  I&#039;m a VLOOKUP junkie, which is a failing of mine.  Let&#039;s see, we&#039;re trying to match two columns and there&#039;s a function named MATCH.  Darn, that&#039;s intuitive.  Thanks for the comment.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>John &#8211; MATCH is the better choice.  I&#8217;m a VLOOKUP junkie, which is a failing of mine.  Let&#8217;s see, we&#8217;re trying to match two columns and there&#8217;s a function named MATCH.  Darn, that&#8217;s intuitive.  Thanks for the comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Pablo</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/04/12/matchmaker/#comment-1320</link>
		<dc:creator>Juan Pablo</dc:creator>
		<pubDate>Mon, 12 Apr 2004 17:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=458#comment-1320</guid>
		<description>&lt;p&gt;J.E., the COUNTIF() version is slower than the MATCH() version, at least that&#039;s what FastExcel says ! &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.mrexcel.com/board2/viewtopic.php?t=40233&quot; rel=&quot;nofollow&quot;&gt;http://www.mrexcel.com/board2/viewtopic.php?t=40233&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As noted there, it&#039;s best to use ISNUMBER(MATCH()) or ISNA(MATCH())&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>J.E., the COUNTIF() version is slower than the MATCH() version, at least that&#8217;s what FastExcel says ! </p>
<p><a href="http://www.mrexcel.com/board2/viewtopic.php?t=40233" rel="nofollow">http://www.mrexcel.com/board2/viewtopic.php?t=40233</a></p>
<p>As noted there, it&#8217;s best to use ISNUMBER(MATCH()) or ISNA(MATCH())</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.E. McGimpsey</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/04/12/matchmaker/#comment-1319</link>
		<dc:creator>J.E. McGimpsey</dc:creator>
		<pubDate>Mon, 12 Apr 2004 16:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=458#comment-1319</guid>
		<description>&lt;p&gt;Hi Dick!&lt;/p&gt;
&lt;p&gt;Understand you&#039;re demo-ing VLOOKUP, but instead of&lt;/p&gt;
&lt;p&gt;    =IF(ISNA(VLOOKUP(A1,Sheet2!$A$1:$A$8,1,FALSE)),&quot;No match&quot;,&quot;&quot;)&lt;/p&gt;
&lt;p&gt;I&#039;d recommend using&lt;/p&gt;
&lt;p&gt;    =IF(ISNA(MATCH(A1,Sheet2!A:A,FALSE)),&quot;No match&quot;,&quot;&quot;)&lt;/p&gt;
&lt;p&gt;Or the shorter (and perhaps more efficient since it has fewer function calls, though I&#039;ve never benchmarked it):&lt;/p&gt;
&lt;p&gt;   =IF(COUNTIF(A1,Sheet2!A:A),&quot;&quot;,&quot;No match&quot;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Dick!</p>
<p>Understand you&#8217;re demo-ing VLOOKUP, but instead of</p>
<p>    =IF(ISNA(VLOOKUP(A1,Sheet2!$A$1:$A$8,1,FALSE)),&#8221;No match&#8221;,&#8221;")</p>
<p>I&#8217;d recommend using</p>
<p>    =IF(ISNA(MATCH(A1,Sheet2!A:A,FALSE)),&#8221;No match&#8221;,&#8221;")</p>
<p>Or the shorter (and perhaps more efficient since it has fewer function calls, though I&#8217;ve never benchmarked it):</p>
<p>   =IF(COUNTIF(A1,Sheet2!A:A),&#8221;",&#8221;No match&#8221;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

