<?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: 3D User Defined Functions</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2006/02/25/3d-user-defined-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2006/02/25/3d-user-defined-functions/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jeff Bridges</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/02/25/3d-user-defined-functions/#comment-66584</link>
		<dc:creator>Jeff Bridges</dc:creator>
		<pubDate>Wed, 28 Sep 2011 00:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1354#comment-66584</guid>
		<description>&lt;p&gt;None of these seem to work.  Maybe a walk through of how you intended them to be used would be useful.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>None of these seem to work.  Maybe a walk through of how you intended them to be used would be useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicole</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/02/25/3d-user-defined-functions/#comment-26297</link>
		<dc:creator>Nicole</dc:creator>
		<pubDate>Wed, 08 Aug 2007 21:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1354#comment-26297</guid>
		<description>&lt;p&gt;This is really cool.  Would it be possible to modify these functions to allow them to access a 3D range in an extrenal workbook (instead of the active workbook)?  Could an optional argument to specify the workbook be added in the SUMIF3D(2), etc?&lt;/p&gt;
&lt;p&gt;Nicole&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is really cool.  Would it be possible to modify these functions to allow them to access a 3D range in an extrenal workbook (instead of the active workbook)?  Could an optional argument to specify the workbook be added in the SUMIF3D(2), etc?</p>
<p>Nicole</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernie</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/02/25/3d-user-defined-functions/#comment-19059</link>
		<dc:creator>Bernie</dc:creator>
		<pubDate>Fri, 03 Mar 2006 17:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1354#comment-19059</guid>
		<description>&lt;p&gt;I couldn&#039;t get SumIf3D to work, but SumIf3D2 worked fine.&lt;/p&gt;
&lt;p&gt;=SumIf3D2(&quot;Sheet 1:Sheet 2!A2:A11?,&quot;&gt;4?,&quot;Sheet 1:Sheet 2!B2:B11?)&lt;/p&gt;
&lt;p&gt;Note that all are strings, and the sheet references don&#039;t use single quotes even if the sheet names have spaces in them.&lt;/p&gt;
&lt;p&gt;HTH,&lt;br&gt;
Bernie&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t get SumIf3D to work, but SumIf3D2 worked fine.</p>
<p>=SumIf3D2(&#8220;Sheet 1:Sheet 2!A2:A11?,&#8221;&gt;4?,&#8221;Sheet 1:Sheet 2!B2:B11?)</p>
<p>Note that all are strings, and the sheet references don&#8217;t use single quotes even if the sheet names have spaces in them.</p>
<p>HTH,<br />
Bernie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/02/25/3d-user-defined-functions/#comment-19054</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 02 Mar 2006 22:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1354#comment-19054</guid>
		<description>&lt;p&gt;I would love to be able to use these - especially the 3D Sumif.  But I can&#039;t figure out what to put in what field of the UDF!  For example, what do I put in 3DRange?  I guess an example would greatly help.  Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I would love to be able to use these &#8211; especially the 3D Sumif.  But I can&#8217;t figure out what to put in what field of the UDF!  For example, what do I put in 3DRange?  I guess an example would greatly help.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fzz</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/02/25/3d-user-defined-functions/#comment-19018</link>
		<dc:creator>fzz</dc:creator>
		<pubDate>Mon, 27 Feb 2006 21:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1354#comment-19018</guid>
		<description>&lt;p&gt;I believe I&#039;ve seen an alternative in the newsgroups that uses two range arguments rather than one string argument to specify 3D ranges to udfs. I suppose there&#039;s no practical difference if one uses 3D string references constructed using two or four CELL(&quot;Address&quot;,) calls.&lt;/p&gt;
&lt;p&gt;BTW, aren&#039;t these just a rehash of Larsen/Hagar in &lt;a href=&quot;http://j-walk.com/ss/excel/eee/eee003.txt&quot; rel=&quot;nofollow&quot;&gt;http://j-walk.com/ss/excel/eee/eee003.txt&lt;/a&gt; ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I believe I&#8217;ve seen an alternative in the newsgroups that uses two range arguments rather than one string argument to specify 3D ranges to udfs. I suppose there&#8217;s no practical difference if one uses 3D string references constructed using two or four CELL(&#8220;Address&#8221;,) calls.</p>
<p>BTW, aren&#8217;t these just a rehash of Larsen/Hagar in <a href="http://j-walk.com/ss/excel/eee/eee003.txt" rel="nofollow">http://j-walk.com/ss/excel/eee/eee003.txt</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Macro Man</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/02/25/3d-user-defined-functions/#comment-19007</link>
		<dc:creator>Macro Man</dc:creator>
		<pubDate>Mon, 27 Feb 2006 07:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1354#comment-19007</guid>
		<description>&lt;p&gt;you&#039;re pretty good at this.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>you&#8217;re pretty good at this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

