<?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: How to Get Direct Results Indirectly</title>
	<atom:link href="http://ExcelWithMonarch.com/xlreport/how-to-get-direct-results-indirectly/feed" rel="self" type="application/rss+xml" />
	<link>http://ExcelWithMonarch.com/xlreport/how-to-get-direct-results-indirectly</link>
	<description>Stop working for your data. Make your data work for you.</description>
	<lastBuildDate>Tue, 20 Apr 2010 15:06:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sandy</title>
		<link>http://ExcelWithMonarch.com/xlreport/how-to-get-direct-results-indirectly/comment-page-1#comment-2759</link>
		<dc:creator>Sandy</dc:creator>
		<pubDate>Sat, 20 Dec 2008 16:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://ExcelWithMonarch.com/xlreport/how-to-get-direct-results-indirectly#comment-2759</guid>
		<description>Thanks very much for pointing this out Jon.

I&#039;ll revise the demo file and edit the post to account for this later on today.</description>
		<content:encoded><![CDATA[<p>Thanks very much for pointing this out Jon.</p>
<p>I&#8217;ll revise the demo file and edit the post to account for this later on today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://ExcelWithMonarch.com/xlreport/how-to-get-direct-results-indirectly/comment-page-1#comment-2758</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sat, 20 Dec 2008 14:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://ExcelWithMonarch.com/xlreport/how-to-get-direct-results-indirectly#comment-2758</guid>
		<description>Your IF statement to put single quotes around certain sheet names is a good first step, but there are many other characters besides a space which require single quotes. All of these are valid sheet names:

Sheet1
Sheet 1
Sheet-1
Sheet(1)

All but the first require single quotes around the sheet name. Your formula only works if the offending character is a space.

I tested a formula of this form:

=IF(ISERROR(INDIRECT($B1&amp;&quot;!A1&quot;)),&quot;&#039;&quot;&amp;$B1&amp;&quot;&#039;!&quot;&amp;$C$1,$B1&amp;&quot;!&quot;&amp;$C$1)

where B1 held a sheet name and C1 a cell address. Then for fun I intentionally put an error in INDIRECT($B1&amp;&quot;!A1&quot;), and relearned something I&#039;d forgotten.

&lt;b&gt;Even though Sheet1 does not require single quotes, it does not reject single quotes.&lt;/b&gt;

My earlier formula can be simplified to:

=&quot;&#039;&quot;&amp;$B1&amp;&quot;&#039;!&quot;&amp;$C$1</description>
		<content:encoded><![CDATA[<p>Your IF statement to put single quotes around certain sheet names is a good first step, but there are many other characters besides a space which require single quotes. All of these are valid sheet names:</p>
<p>Sheet1<br />
Sheet 1<br />
Sheet-1<br />
Sheet(1)</p>
<p>All but the first require single quotes around the sheet name. Your formula only works if the offending character is a space.</p>
<p>I tested a formula of this form:</p>
<p>=IF(ISERROR(INDIRECT($B1&amp;&#8221;!A1&#8243;)),&#8221;&#8216;&#8221;&amp;$B1&amp;&#8221;&#8216;!&#8221;&amp;$C$1,$B1&amp;&#8221;!&#8221;&amp;$C$1)</p>
<p>where B1 held a sheet name and C1 a cell address. Then for fun I intentionally put an error in INDIRECT($B1&amp;&#8221;!A1&#8243;), and relearned something I&#8217;d forgotten.</p>
<p><b>Even though Sheet1 does not require single quotes, it does not reject single quotes.</b></p>
<p>My earlier formula can be simplified to:</p>
<p>=&#8221;&#8216;&#8221;&amp;$B1&amp;&#8221;&#8216;!&#8221;&amp;$C$1</p>
]]></content:encoded>
	</item>
</channel>
</rss>
