<?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: INDIRECT and closed workbooks</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/12/01/indirect-and-closed-workbooks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/12/01/indirect-and-closed-workbooks/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:39:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Will</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/01/indirect-and-closed-workbooks/#comment-65335</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Sat, 30 Jul 2011 06:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=898#comment-65335</guid>
		<description>&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;I know this post is coming four years after the most recent, but I&#039;m still looking through the board, so I figured others might be too. I used the pull function with my index (to set the range) and it worked perfectly - i just copied and pasted the code right into my excel sheet. Just make sure you follow the exact syntax (including quotation marks, etc.) as they showed in the example.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I know this post is coming four years after the most recent, but I&#8217;m still looking through the board, so I figured others might be too. I used the pull function with my index (to set the range) and it worked perfectly &#8211; i just copied and pasted the code right into my excel sheet. Just make sure you follow the exact syntax (including quotation marks, etc.) as they showed in the example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billythefish71</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/01/indirect-and-closed-workbooks/#comment-64131</link>
		<dc:creator>Billythefish71</dc:creator>
		<pubDate>Wed, 25 May 2011 16:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=898#comment-64131</guid>
		<description>&lt;p&gt;Sorry, F1 should have read: =INDIRECT.EXT(A1&amp;B1&amp;C1&amp;D1)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry, F1 should have read: =INDIRECT.EXT(A1&amp;B1&amp;C1&amp;D1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billythefish71</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/01/indirect-and-closed-workbooks/#comment-64130</link>
		<dc:creator>Billythefish71</dc:creator>
		<pubDate>Wed, 25 May 2011 16:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=898#comment-64130</guid>
		<description>&lt;p&gt;I&#039;m trying to use the INDIRECT.EXT function to return the contents of a cell within a number of external closed worksheets and I&#039;m only currently to return the correct cell contents when the external worksheets are open.  &lt;/p&gt;
&lt;p&gt;Currently:&lt;/p&gt;
&lt;p&gt;Cell A1 holds a static path that will be constant&lt;br&gt;
Cell B1 holds the year half (e.g. 2011-1) which needs to be changed every six months&lt;br&gt;
Cell C1 holds a salesperson name which relates to a spreadsheet file and workbook name&lt;br&gt;
Cell D1 holds the appropriate cell to reference &lt;/p&gt;
&lt;p&gt;So my current test cell contents are:&lt;/p&gt;
&lt;p&gt;A1: &#039;D:Commissions&lt;br&gt;
B1: 2011-1&lt;br&gt;
C1: [Fredd Bloggs.xls]Salesperson&#039;!&lt;br&gt;
D1: $B$5&lt;/p&gt;
&lt;p&gt;F1: =INDIRECT.EXT(A1&amp;B2&amp;C1&amp;D1)&lt;/p&gt;
&lt;p&gt;When the file D:Commissions2011-1Fredd Bloggs.xls is open I get a figure returned in cell F1.&lt;/p&gt;
&lt;p&gt;When the file is closed cell F1 returns #REF!&lt;/p&gt;
&lt;p&gt;Can anyone offer suggestions?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use the INDIRECT.EXT function to return the contents of a cell within a number of external closed worksheets and I&#8217;m only currently to return the correct cell contents when the external worksheets are open.  </p>
<p>Currently:</p>
<p>Cell A1 holds a static path that will be constant<br />
Cell B1 holds the year half (e.g. 2011-1) which needs to be changed every six months<br />
Cell C1 holds a salesperson name which relates to a spreadsheet file and workbook name<br />
Cell D1 holds the appropriate cell to reference </p>
<p>So my current test cell contents are:</p>
<p>A1: &#8216;D:Commissions<br />
B1: 2011-1<br />
C1: [Fredd Bloggs.xls]Salesperson&#8217;!<br />
D1: $B$5</p>
<p>F1: =INDIRECT.EXT(A1&amp;B2&amp;C1&amp;D1)</p>
<p>When the file D:Commissions2011-1Fredd Bloggs.xls is open I get a figure returned in cell F1.</p>
<p>When the file is closed cell F1 returns #REF!</p>
<p>Can anyone offer suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guillaumemualliug</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/01/indirect-and-closed-workbooks/#comment-47651</link>
		<dc:creator>guillaumemualliug</dc:creator>
		<pubDate>Mon, 05 Jul 2010 20:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=898#comment-47651</guid>
		<description>&lt;p&gt;Alex, I really don&#039;t understand what you mean! Are you referencing to external workbook or not? Where is your reference? I only see references to the current sheet. This function must be must more specific.&lt;/p&gt;
&lt;p&gt;e.g. Here&#039;s two workbooks and the idea. Book1: A1:NameOfBook2, B1:references name from cell A1 to get a value from the other book (NameOfBook2) cell C3. So how to get them there? Must have somewhere text like &quot;&#039;[NameOfBook2.xls]Sheet&#039;!$C$3.....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Alex, I really don&#8217;t understand what you mean! Are you referencing to external workbook or not? Where is your reference? I only see references to the current sheet. This function must be must more specific.</p>
<p>e.g. Here&#8217;s two workbooks and the idea. Book1: A1:NameOfBook2, B1:references name from cell A1 to get a value from the other book (NameOfBook2) cell C3. So how to get them there? Must have somewhere text like &#8220;&#8216;[NameOfBook2.xls]Sheet&#8217;!$C$3&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Sheehan</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/01/indirect-and-closed-workbooks/#comment-45906</link>
		<dc:creator>Alex Sheehan</dc:creator>
		<pubDate>Thu, 06 May 2010 16:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=898#comment-45906</guid>
		<description>&lt;p&gt;Sorry guys, I made a mistake in the formula above - instead of INDIRECT($J$2) the correct formula should read INDIRECT($B$2)&lt;/p&gt;
&lt;p&gt;=HYPERLINK(VLOOKUP($A2,INDIRECT($B$2),2,0))&lt;/p&gt;
&lt;p&gt;Sorry for any confusion!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry guys, I made a mistake in the formula above &#8211; instead of INDIRECT($J$2) the correct formula should read INDIRECT($B$2)</p>
<p>=HYPERLINK(VLOOKUP($A2,INDIRECT($B$2),2,0))</p>
<p>Sorry for any confusion!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Sheehan</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/01/indirect-and-closed-workbooks/#comment-45905</link>
		<dc:creator>Alex Sheehan</dc:creator>
		<pubDate>Thu, 06 May 2010 16:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=898#comment-45905</guid>
		<description>&lt;p&gt;To follow on from Greg&#039;s post above and to clarify what he means for those interested;-&lt;br&gt;
=======================================&lt;br&gt;
 Greg says:&lt;br&gt;
August 29, 2006 at 9:53 pm&lt;/p&gt;
&lt;p&gt;If a workbook that the INDIRECT function is indirectly referencing is closed, the function returns a #REF! error.&lt;/p&gt;
&lt;p&gt;To avoid this error you can imbed the indirect function inside the hyper link function. If you need to perform a sum you can insert it into the value function. The cell can be reformatted to eliminate the underline and font color.&lt;br&gt;
========================================&lt;/p&gt;
&lt;p&gt;When an Excel workbook is closed, it cannot be referenced by the INDIRECT function, however as Greg states this can be achieved via an acrimonious HYPERLINK function without having to resort to VBA/coding of any kind.&lt;/p&gt;
&lt;p&gt;To give an example;-&lt;/p&gt;
&lt;p&gt;If the data you wish to reference/lookup is in cell A2 &amp; the INDIRECT range/table reference is in cell B2, then the following formula will correctly return the data in the 2nd column of the lookup table.&lt;/p&gt;
&lt;p&gt;=HYPERLINK(VLOOKUP($A2,INDIRECT($J$2),2,0))&lt;/p&gt;
&lt;p&gt;The formatting of the cells containing this function can then be changed to get rid of the HYPERLINK formatting (blue font colour/underlining etc.).&lt;/p&gt;
&lt;p&gt;Hopefully this makes sense, let me know if you have any issues&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Alex&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To follow on from Greg&#8217;s post above and to clarify what he means for those interested;-<br />
=======================================<br />
 Greg says:<br />
August 29, 2006 at 9:53 pm</p>
<p>If a workbook that the INDIRECT function is indirectly referencing is closed, the function returns a #REF! error.</p>
<p>To avoid this error you can imbed the indirect function inside the hyper link function. If you need to perform a sum you can insert it into the value function. The cell can be reformatted to eliminate the underline and font color.<br />
========================================</p>
<p>When an Excel workbook is closed, it cannot be referenced by the INDIRECT function, however as Greg states this can be achieved via an acrimonious HYPERLINK function without having to resort to VBA/coding of any kind.</p>
<p>To give an example;-</p>
<p>If the data you wish to reference/lookup is in cell A2 &amp; the INDIRECT range/table reference is in cell B2, then the following formula will correctly return the data in the 2nd column of the lookup table.</p>
<p>=HYPERLINK(VLOOKUP($A2,INDIRECT($J$2),2,0))</p>
<p>The formatting of the cells containing this function can then be changed to get rid of the HYPERLINK formatting (blue font colour/underlining etc.).</p>
<p>Hopefully this makes sense, let me know if you have any issues</p>
<p>Best regards</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Link path change - dBforums</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/01/indirect-and-closed-workbooks/#comment-44901</link>
		<dc:creator>Link path change - dBforums</dc:creator>
		<pubDate>Sat, 27 Mar 2010 20:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=898#comment-44901</guid>
		<description>&lt;p&gt;[...] code or to install an add-in which has the required functionality. Some choices are discussed on this thread at Daily Dose Of Excel including:MOREFUNC.XLL which includes the INDIRECT.EXT [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] code or to install an add-in which has the required functionality. Some choices are discussed on this thread at Daily Dose Of Excel including:MOREFUNC.XLL which includes the INDIRECT.EXT [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bas Vaandrager</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/01/indirect-and-closed-workbooks/#comment-29256</link>
		<dc:creator>Bas Vaandrager</dc:creator>
		<pubDate>Fri, 07 Dec 2007 18:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=898#comment-29256</guid>
		<description>&lt;p&gt;Here&#039;s to hoping that the PULL function works.  This is a feature that really should be supported by Microsoft, if users are going to be able to take advantage of the &quot;big grid&quot; within the still too small 2GB memory limitations Excel 2007 has.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Here&#8217;s to hoping that the PULL function works.  This is a feature that really should be supported by Microsoft, if users are going to be able to take advantage of the &#8220;big grid&#8221; within the still too small 2GB memory limitations Excel 2007 has.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Jenkins</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/01/indirect-and-closed-workbooks/#comment-27893</link>
		<dc:creator>Doug Jenkins</dc:creator>
		<pubDate>Fri, 05 Oct 2007 08:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=898#comment-27893</guid>
		<description>&lt;p&gt;Mike - I&#039;m not sure if the range name is the problem since the macro shouldn&#039;t run at all if the range name doesn&#039;t exist.  Maybe the code got garbled in the copying and pasting.&lt;/p&gt;
&lt;p&gt;Anyway, I&#039;ve pasted my file here: &lt;a href=&quot;http://www.interactiveds.com.au/software.html&quot; rel=&quot;nofollow&quot;&gt;http://www.interactiveds.com.au/software.html&lt;/a&gt;  (GetValue.zip)&lt;br&gt;
which should work.&lt;/p&gt;
&lt;p&gt;It also includes a Pull() function from HArlan Grove which works, albeit slowly (at least in Excel 2007).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mike &#8211; I&#8217;m not sure if the range name is the problem since the macro shouldn&#8217;t run at all if the range name doesn&#8217;t exist.  Maybe the code got garbled in the copying and pasting.</p>
<p>Anyway, I&#8217;ve pasted my file here: <a href="http://www.interactiveds.com.au/software.html" rel="nofollow">http://www.interactiveds.com.au/software.html</a>  (GetValue.zip)<br />
which should work.</p>
<p>It also includes a Pull() function from HArlan Grove which works, albeit slowly (at least in Excel 2007).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Alexander</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/01/indirect-and-closed-workbooks/#comment-27875</link>
		<dc:creator>Mike Alexander</dc:creator>
		<pubDate>Thu, 04 Oct 2007 18:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=898#comment-27875</guid>
		<description>&lt;p&gt;Insoo,&lt;br&gt;
Be sure you create a named range called &quot;refrange&quot;.&lt;/p&gt;
&lt;p&gt;&quot;Refrange is a named range with the following data:&lt;br&gt;
Column 1: Path&lt;br&gt;
Column 2: Filename&lt;br&gt;
Column 3: Sheet name&lt;br&gt;
Columns 4 to x: One or more cell references&lt;br&gt;
Columns x + 1 to (x-3)*2 +4: Blank cells, i.e. the range name must be wide enough to accommodate the output values.&quot;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Insoo,<br />
Be sure you create a named range called &#8220;refrange&#8221;.</p>
<p>&#8220;Refrange is a named range with the following data:<br />
Column 1: Path<br />
Column 2: Filename<br />
Column 3: Sheet name<br />
Columns 4 to x: One or more cell references<br />
Columns x + 1 to (x-3)*2 +4: Blank cells, i.e. the range name must be wide enough to accommodate the output values.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

