<?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: Excel &#8211; Providing a Default Value for the Lookup Function</title>
	<atom:link href="http://www.answermysearches.com/excel-providing-a-default-value-for-the-lookup-function/38/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.answermysearches.com/excel-providing-a-default-value-for-the-lookup-function/38/</link>
	<description>Answers to everything I search for, every day</description>
	<lastBuildDate>Tue, 22 Nov 2011 08:57:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Greg Pinero (Primary Searcher)</title>
		<link>http://www.answermysearches.com/excel-providing-a-default-value-for-the-lookup-function/38/comment-page-1/#comment-2261</link>
		<dc:creator>Greg Pinero (Primary Searcher)</dc:creator>
		<pubDate>Wed, 23 Aug 2006 15:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.answermysearches.com/index.php/excel-providing-a-default-value-for-the-lookup-function/38/#comment-2261</guid>
		<description>Thanks for the advice, Bob.  I&#039;ll give that a try in my next spreadsheet.</description>
		<content:encoded><![CDATA[<p>Thanks for the advice, Bob.  I&#8217;ll give that a try in my next spreadsheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Oliver Bigellow XLII</title>
		<link>http://www.answermysearches.com/excel-providing-a-default-value-for-the-lookup-function/38/comment-page-1/#comment-2260</link>
		<dc:creator>Bob Oliver Bigellow XLII</dc:creator>
		<pubDate>Wed, 23 Aug 2006 15:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.answermysearches.com/index.php/excel-providing-a-default-value-for-the-lookup-function/38/#comment-2260</guid>
		<description>I use the VLOOKUP function a lot myself, and I just thought I would point out that there might be specific reasons that you are having issues with the standard VLOOKUP function.  The first is that the column you are searching for the information should be to the left of the column whose information you want to return, assuming this isn&#039;t the same column.  I am going to assume you are already aware of this one.  Sometimes it involves duplicating the column if this is not the case.  Secondly, VLOOKUP expects the lookup column to be in alphabetical order.  That is, UNLESS you give the final parameter as FALSE.  For instance, =VLOOKUP(E1,A1:C10,2,FALSE).  Lastly, returning N/A when not found is by design.  If you are wanting a default instead (such as an empty string) you can use the IF and ISNA functions.  This could either be nested with the original VLOOKUP function, or could be placed in an adjacent cell.  It is often much easier to create various columns of step-by-step logic until you have reached your final value, then hide the transitional columns.  For instance, =IF(ISNA(F1),&quot;default value instead&quot;,F1).  Becoming familiar with these aspects of VLOOKUP and the various ways to analyze the results could save a lot of time, rather than having to add a macro function to every Excel sheet you plan to use this feature in.</description>
		<content:encoded><![CDATA[<p>I use the VLOOKUP function a lot myself, and I just thought I would point out that there might be specific reasons that you are having issues with the standard VLOOKUP function.  The first is that the column you are searching for the information should be to the left of the column whose information you want to return, assuming this isn&#8217;t the same column.  I am going to assume you are already aware of this one.  Sometimes it involves duplicating the column if this is not the case.  Secondly, VLOOKUP expects the lookup column to be in alphabetical order.  That is, UNLESS you give the final parameter as FALSE.  For instance, =VLOOKUP(E1,A1:C10,2,FALSE).  Lastly, returning N/A when not found is by design.  If you are wanting a default instead (such as an empty string) you can use the IF and ISNA functions.  This could either be nested with the original VLOOKUP function, or could be placed in an adjacent cell.  It is often much easier to create various columns of step-by-step logic until you have reached your final value, then hide the transitional columns.  For instance, =IF(ISNA(F1),&#8221;default value instead&#8221;,F1).  Becoming familiar with these aspects of VLOOKUP and the various ways to analyze the results could save a lot of time, rather than having to add a macro function to every Excel sheet you plan to use this feature in.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

