<?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: Non VBA Table of contents</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2005/05/12/non-vba-table-of-contents/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2005/05/12/non-vba-table-of-contents/</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: Pesach</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/05/12/non-vba-table-of-contents/#comment-55789</link>
		<dc:creator>Pesach</dc:creator>
		<pubDate>Tue, 14 Dec 2010 00:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1126#comment-55789</guid>
		<description>&lt;p&gt;Is there any way to show the number of pages with in this &quot;non-vba&quot; way?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is there any way to show the number of pages with in this &#8220;non-vba&#8221; way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goofmester1</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/05/12/non-vba-table-of-contents/#comment-47135</link>
		<dc:creator>Goofmester1</dc:creator>
		<pubDate>Sun, 20 Jun 2010 04:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1126#comment-47135</guid>
		<description>&lt;p&gt;How would I have all sheets hidden when not the active sheet so the only sheet visible is the table of contents?&lt;/p&gt;
&lt;p&gt;So click a table of contents link and it brings up that sheet then when you go back to the table of contents that sheet goes hidden again.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How would I have all sheets hidden when not the active sheet so the only sheet visible is the table of contents?</p>
<p>So click a table of contents link and it brings up that sheet then when you go back to the table of contents that sheet goes hidden again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anssi</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/05/12/non-vba-table-of-contents/#comment-46529</link>
		<dc:creator>Anssi</dc:creator>
		<pubDate>Wed, 02 Jun 2010 08:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1126#comment-46529</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;For internal hyperlinks in worksheet I use function since does not brake whenever the name of worksheet is changed:&lt;/p&gt;
&lt;p&gt;E.g. (Just Change &#039;Sheet2!A1&#039; and &#039;Link text&#039;)&lt;br&gt;
=HYPERLINK(&quot;#&quot;&amp;CELL(&quot;address&quot;,Sheet2!A1),&quot;Link text&quot;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>For internal hyperlinks in worksheet I use function since does not brake whenever the name of worksheet is changed:</p>
<p>E.g. (Just Change &#8216;Sheet2!A1&#8242; and &#8216;Link text&#8217;)<br />
=HYPERLINK(&#8220;#&#8221;&amp;CELL(&#8220;address&#8221;,Sheet2!A1),&#8221;Link text&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Athena</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/05/12/non-vba-table-of-contents/#comment-43479</link>
		<dc:creator>Athena</dc:creator>
		<pubDate>Fri, 22 Jan 2010 20:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1126#comment-43479</guid>
		<description>&lt;p&gt;If I wanted to reference a specific cell on the sheet that is listed in the TOC, how would I do that? I&#039;ve tried several different things:&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container text default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;text codecolorer&quot;&gt;=IF(LEN(A9),INDIRECT(ADDRESS(17,5,1,1,$A9)),Äù&quot;)&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;and variations on&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container text default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;text codecolorer&quot;&gt;=IF(LEN(A3),TEXT(INDIRECT(ADDRESS(1,5,1,$A3)),&quot;$#,##0.00&quot;),&quot;&quot;)&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;but I keep getting a #VALUE! error. I don&#039;t get it. Basically I just want to have a formula that will get the contents of a cell on the sheet that is named in cell $A3, using your wondrous TOC function above.&lt;/p&gt;
&lt;p&gt;Thanks in advance for any help you&#039;re able to give!&lt;br&gt;
-Athena&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If I wanted to reference a specific cell on the sheet that is listed in the TOC, how would I do that? I&#8217;ve tried several different things:</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container text default">
<div style="white-space: nowrap;" class="text codecolorer">=IF(LEN(A9),INDIRECT(ADDRESS(17,5,1,1,$A9)),Äù&#8243;)</div>
</div>
<p>and variations on</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container text default">
<div style="white-space: nowrap;" class="text codecolorer">=IF(LEN(A3),TEXT(INDIRECT(ADDRESS(1,5,1,$A3)),&#8221;$#,##0.00&#8243;),&#8221;")</div>
</div>
<p>but I keep getting a #VALUE! error. I don&#8217;t get it. Basically I just want to have a formula that will get the contents of a cell on the sheet that is named in cell $A3, using your wondrous TOC function above.</p>
<p>Thanks in advance for any help you&#8217;re able to give!<br />
-Athena</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Fry</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/05/12/non-vba-table-of-contents/#comment-41702</link>
		<dc:creator>John Fry</dc:creator>
		<pubDate>Sat, 17 Oct 2009 22:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1126#comment-41702</guid>
		<description>&lt;p&gt;Andres.  Tried your solution also.&lt;br&gt;
MSExcel corrected it to:&lt;br&gt;
=IF(LEN(IF(COUNTA(Sheets)&gt;=ROW($A2),INDEX(Sheets,ROW($A2)),&quot;&quot;)),HYPERLINK(&quot;#&quot;&amp;IF(COUNTA(Sheets)&gt;=ROW($A2),INDEX(Sheets,ROW($A2)),&quot;&quot;)&amp;&quot;!A1?,IF(COUNTA(Sheets)&gt;=ROW($A2),INDEX(Sheets,ROW($A2)),&quot;&quot;)),&quot;&quot;&quot;))&lt;/p&gt;
&lt;p&gt;which yields goofy results and no hyperlink action&lt;/p&gt;
&lt;p&gt;#Table of Contents!A1?,IF(COUNTA(Sheets)&gt;=ROW($A2),INDEX(Sheets,ROW($A2)),&quot;)),&quot;&lt;/p&gt;
&lt;p&gt;Am I missing something?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Andres.  Tried your solution also.<br />
MSExcel corrected it to:<br />
=IF(LEN(IF(COUNTA(Sheets)&gt;=ROW($A2),INDEX(Sheets,ROW($A2)),&#8221;")),HYPERLINK(&#8220;#&#8221;&amp;IF(COUNTA(Sheets)&gt;=ROW($A2),INDEX(Sheets,ROW($A2)),&#8221;")&amp;&#8221;!A1?,IF(COUNTA(Sheets)&gt;=ROW($A2),INDEX(Sheets,ROW($A2)),&#8221;")),&#8221;"&#8221;))</p>
<p>which yields goofy results and no hyperlink action</p>
<p>#Table of Contents!A1?,IF(COUNTA(Sheets)&gt;=ROW($A2),INDEX(Sheets,ROW($A2)),&#8221;)),&#8221;</p>
<p>Am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Fry</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/05/12/non-vba-table-of-contents/#comment-41701</link>
		<dc:creator>John Fry</dc:creator>
		<pubDate>Sat, 17 Oct 2009 22:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1126#comment-41701</guid>
		<description>&lt;p&gt;Thanks, Dick.  The changing of quotes did the trick for me.  Should have known, use another application that is finicky.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, Dick.  The changing of quotes did the trick for me.  Should have known, use another application that is finicky.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/05/12/non-vba-table-of-contents/#comment-41698</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Sat, 17 Oct 2009 16:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1126#comment-41698</guid>
		<description>&lt;p&gt;Even when I copied that formula and fixed the double quotes, Wordpress changed them back to goofy.  I&#039;m not sure why those two and not the others.  Just check all your double quotes.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Even when I copied that formula and fixed the double quotes, WordPress changed them back to goofy.  I&#8217;m not sure why those two and not the others.  Just check all your double quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/05/12/non-vba-table-of-contents/#comment-41697</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Sat, 17 Oct 2009 16:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1126#comment-41697</guid>
		<description>&lt;p&gt;It worked for me in 2007 J.  Here&#039;s something to check.&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container text default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;text codecolorer&quot;&gt;=SUBSTITUTE(GET.WORKBOOK(1),&quot;[&quot;&amp;BookName&amp;&quot;]&quot;,&quot;&quot;)&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;In the above name, the double quotes got screwed up - the second to last and third to last double quotes.  If you copied and pasted that formula, you may need to replace those goofy characters with real double quotes.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It worked for me in 2007 J.  Here&#8217;s something to check.</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container text default">
<div style="white-space: nowrap;" class="text codecolorer">=SUBSTITUTE(GET.WORKBOOK(1),&#8221;["&amp;BookName&amp;"]&#8220;,&#8221;")</div>
</div>
<p>In the above name, the double quotes got screwed up &#8211; the second to last and third to last double quotes.  If you copied and pasted that formula, you may need to replace those goofy characters with real double quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J Fry</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/05/12/non-vba-table-of-contents/#comment-41660</link>
		<dc:creator>J Fry</dc:creator>
		<pubDate>Thu, 15 Oct 2009 02:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1126#comment-41660</guid>
		<description>&lt;p&gt;Ok - learned about dragging.&lt;br&gt;
Followed the instructions above and double checked, but A2....A50 is blank, B2...B50 is &quot;FALSE&quot;&lt;/p&gt;
&lt;p&gt;Does this work on MSExcel 2007?&lt;/p&gt;
&lt;p&gt;Thanks for the speedy reply!!&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ok &#8211; learned about dragging.<br />
Followed the instructions above and double checked, but A2&#8230;.A50 is blank, B2&#8230;B50 is &#8220;FALSE&#8221;</p>
<p>Does this work on MSExcel 2007?</p>
<p>Thanks for the speedy reply!!</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/05/12/non-vba-table-of-contents/#comment-41657</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Wed, 14 Oct 2009 22:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1126#comment-41657</guid>
		<description>&lt;p&gt;J: Grab the fill handle and pull it down to extend the range and fill down.  See&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dailydoseofexcel.com/archives/2004/03/30/secrets-of-the-fill-handle/&quot; rel=&quot;nofollow&quot;&gt;http://www.dailydoseofexcel.com/archives/2004/03/30/secrets-of-the-fill-handle/&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.dailydoseofexcel.com/archives/2005/03/09/more-fill-handle-secrets/&quot; rel=&quot;nofollow&quot;&gt;http://www.dailydoseofexcel.com/archives/2005/03/09/more-fill-handle-secrets/&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>J: Grab the fill handle and pull it down to extend the range and fill down.  See</p>
<p><a href="http://www.dailydoseofexcel.com/archives/2004/03/30/secrets-of-the-fill-handle/" rel="nofollow">http://www.dailydoseofexcel.com/archives/2004/03/30/secrets-of-the-fill-handle/</a><br />
<a href="http://www.dailydoseofexcel.com/archives/2005/03/09/more-fill-handle-secrets/" rel="nofollow">http://www.dailydoseofexcel.com/archives/2005/03/09/more-fill-handle-secrets/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

