<?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 Array Formulas</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2006/02/19/3d-array-formulas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2006/02/19/3d-array-formulas/</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: Michael Schweit</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/02/19/3d-array-formulas/#comment-53083</link>
		<dc:creator>Michael Schweit</dc:creator>
		<pubDate>Sun, 24 Oct 2010 17:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1353#comment-53083</guid>
		<description>&lt;p&gt;I am trying to use Excel to sort club officers. Each club gets a sheet. How can I sort and report on the same position across the sheets? I assume this is an array, something I vaguely remember from programming about 30 year ago! Thanks in advance. Michael&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am trying to use Excel to sort club officers. Each club gets a sheet. How can I sort and report on the same position across the sheets? I assume this is an array, something I vaguely remember from programming about 30 year ago! Thanks in advance. Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ola</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/02/19/3d-array-formulas/#comment-34096</link>
		<dc:creator>Ola</dc:creator>
		<pubDate>Thu, 07 Aug 2008 01:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1353#comment-34096</guid>
		<description>&lt;p&gt;With a bit of tweeking this should work: &lt;a href=&quot;http://contextures.com/PivotMultConsol.zip&quot; rel=&quot;nofollow&quot;&gt;http://contextures.com/PivotMultConsol.zip&lt;/a&gt;&lt;br&gt;
//Ola&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>With a bit of tweeking this should work: <a href="http://contextures.com/PivotMultConsol.zip" rel="nofollow">http://contextures.com/PivotMultConsol.zip</a><br />
//Ola</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/02/19/3d-array-formulas/#comment-34094</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Thu, 07 Aug 2008 01:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1353#comment-34094</guid>
		<description>&lt;p&gt;=SUM(SUBTOTAL(9,(INDIRECT(&quot;Sheet&quot;&amp;&quot;!&quot;&amp;ADDRESS({8,8,8},{7,7,7})&amp;&quot;:&quot;&amp;ADDRESS({9,9,9},{8,8,8}))))) works. (Thanks, Lori)&lt;/p&gt;
&lt;p&gt;Brett&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>=SUM(SUBTOTAL(9,(INDIRECT(&#8220;Sheet&#8221;&amp;&#8221;!&#8221;&amp;ADDRESS({8,8,8},{7,7,7})&amp;&#8221;:&#8221;&amp;ADDRESS({9,9,9},{8,8,8}))))) works. (Thanks, Lori)</p>
<p>Brett</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/02/19/3d-array-formulas/#comment-34093</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Thu, 07 Aug 2008 01:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1353#comment-34093</guid>
		<description>&lt;p&gt;I&#039;m not quite there. How come =SUM(N(INDIRECT(&quot;Sheet&quot;&amp;&quot;!&quot;&amp;ADDRESS({8,8,8},{7,7,7})&amp;&quot;:&quot;&amp;ADDRESS({9,9,9},{8,8,8})))) does not evaluate to the same as =SUM(Sheet1:Sheet3!G8:H9)? It looks like N is just taking the first element of each range and the sum is operating on those. I&#039;m not having any luch nesting another SUM. Any ideas?&lt;/p&gt;
&lt;p&gt;Brett&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m not quite there. How come =SUM(N(INDIRECT(&#8220;Sheet&#8221;&amp;&#8221;!&#8221;&amp;ADDRESS({8,8,8},{7,7,7})&amp;&#8221;:&#8221;&amp;ADDRESS({9,9,9},{8,8,8})))) does not evaluate to the same as =SUM(Sheet1:Sheet3!G8:H9)? It looks like N is just taking the first element of each range and the sum is operating on those. I&#8217;m not having any luch nesting another SUM. Any ideas?</p>
<p>Brett</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ted</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/02/19/3d-array-formulas/#comment-34087</link>
		<dc:creator>ted</dc:creator>
		<pubDate>Wed, 06 Aug 2008 18:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1353#comment-34087</guid>
		<description>&lt;p&gt;How about true 3d array operations. I have 400 spreadsheets 100 by 20 that I need to slice and dice.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How about true 3d array operations. I have 400 spreadsheets 100 by 20 that I need to slice and dice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/02/19/3d-array-formulas/#comment-28397</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 01 Nov 2007 15:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1353#comment-28397</guid>
		<description>&lt;p&gt;So, just to ask.  How would I then create a sumproduct across two 3-d arrays using this approach.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>So, just to ask.  How would I then create a sumproduct across two 3-d arrays using this approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lori</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/02/19/3d-array-formulas/#comment-18989</link>
		<dc:creator>Lori</dc:creator>
		<pubDate>Fri, 24 Feb 2006 18:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1353#comment-18989</guid>
		<description>&lt;p&gt;Steve - It&#039;s true that for the example given a simple summation formula does the job, but the point is that this method extends to larger selections.&lt;/p&gt;
&lt;p&gt;TO see this you can replace {1,2,3} by row(1:10) to sum across 10 sheets, or define the name &#039;AllSheets&#039; as &#039;=get.workbook(1)&#039; to refer to all sheets in a workbook. &lt;/p&gt;
&lt;p&gt;This 3D-type functionality also works with other functions than just n and t: subtotal,countif,sumif and database-functions also allow arrays as references.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Steve &#8211; It&#8217;s true that for the example given a simple summation formula does the job, but the point is that this method extends to larger selections.</p>
<p>TO see this you can replace {1,2,3} by row(1:10) to sum across 10 sheets, or define the name &#8216;AllSheets&#8217; as &#8216;=get.workbook(1)&#8217; to refer to all sheets in a workbook. </p>
<p>This 3D-type functionality also works with other functions than just n and t: subtotal,countif,sumif and database-functions also allow arrays as references.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven M. Britton</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/02/19/3d-array-formulas/#comment-18930</link>
		<dc:creator>Steven M. Britton</dc:creator>
		<pubDate>Tue, 21 Feb 2006 01:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1353#comment-18930</guid>
		<description>&lt;p&gt;Dick,&lt;/p&gt;
&lt;p&gt;I&#039;ve been coming here for a while and enjoy the readings.  I&#039;m not at the level of most of the folks that post here, but I am curious about this one.  How is this different than =SUM($A$1)+SUM(Sheet2!$B$1)+SUM(Sheet3!$C$1).  Wouldn&#039;t they return the same values?  &lt;/p&gt;
&lt;p&gt;I&#039;m probably just not seeing the big picture of the use of this type of formula...&lt;/p&gt;
&lt;p&gt;-Steve&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick,</p>
<p>I&#8217;ve been coming here for a while and enjoy the readings.  I&#8217;m not at the level of most of the folks that post here, but I am curious about this one.  How is this different than =SUM($A$1)+SUM(Sheet2!$B$1)+SUM(Sheet3!$C$1).  Wouldn&#8217;t they return the same values?  </p>
<p>I&#8217;m probably just not seeing the big picture of the use of this type of formula&#8230;</p>
<p>-Steve</p>
]]></content:encoded>
	</item>
</channel>
</rss>

