<?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: Summing in 3D</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/08/03/summing-in-3d/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/08/03/summing-in-3d/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:32:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ashok Kumar</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/03/summing-in-3d/#comment-36224</link>
		<dc:creator>Ashok Kumar</dc:creator>
		<pubDate>Wed, 26 Nov 2008 12:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=707#comment-36224</guid>
		<description>&lt;p&gt;3D Formula need deeply knowledge.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>3D Formula need deeply knowledge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lloyd</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/03/summing-in-3d/#comment-28034</link>
		<dc:creator>Lloyd</dc:creator>
		<pubDate>Fri, 12 Oct 2007 19:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=707#comment-28034</guid>
		<description>&lt;p&gt;Answer to EVE&#039;s Question:&lt;/p&gt;
&lt;p&gt;You should do your sumif calcs in the individual sheets and then you can do the 3D sum on the cells that contain the sumif calculations.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Answer to EVE&#8217;s Question:</p>
<p>You should do your sumif calcs in the individual sheets and then you can do the 3D sum on the cells that contain the sumif calculations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/03/summing-in-3d/#comment-27346</link>
		<dc:creator>Timothy</dc:creator>
		<pubDate>Thu, 13 Sep 2007 18:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=707#comment-27346</guid>
		<description>&lt;p&gt;I have a question about summing values in different worksheets in Excel. I know that the formula for this is =SUM(FirstSheet:LastSheet!CellReference) which should work with worksheets that are next to each other. But I have a file that has 24 worksheets and I need the totals to add up on the 25th worksheet and I need to pull the numbers from every other worksheet (i.e., worksheet1, worksheet3, worksheet5, worksheet7, etc). Can this be done? I tried the formula mentioned but it highlights the specific cell in all my worksheets. Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have a question about summing values in different worksheets in Excel. I know that the formula for this is =SUM(FirstSheet:LastSheet!CellReference) which should work with worksheets that are next to each other. But I have a file that has 24 worksheets and I need the totals to add up on the 25th worksheet and I need to pull the numbers from every other worksheet (i.e., worksheet1, worksheet3, worksheet5, worksheet7, etc). Can this be done? I tried the formula mentioned but it highlights the specific cell in all my worksheets. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/03/summing-in-3d/#comment-18596</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Sun, 05 Feb 2006 23:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=707#comment-18596</guid>
		<description>&lt;p&gt;How can I list a specific cell in sheet1 of several books?  The list st show the filename and cell value side by side.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How can I list a specific cell in sheet1 of several books?  The list st show the filename and cell value side by side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kwame</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/03/summing-in-3d/#comment-2097</link>
		<dc:creator>Kwame</dc:creator>
		<pubDate>Thu, 28 Oct 2004 19:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=707#comment-2097</guid>
		<description>&lt;p&gt;Is there a difference between 3-D sum and dsum?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is there a difference between 3-D sum and dsum?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/03/summing-in-3d/#comment-2096</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Wed, 04 Aug 2004 16:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=707#comment-2096</guid>
		<description>&lt;p&gt;Functions that support 3-D&lt;/p&gt;
&lt;p&gt;SUM - adds numbers  &lt;/p&gt;
&lt;p&gt;AVERAGE - calculates average (arithmetic mean) of numbers &lt;/p&gt;
&lt;p&gt;AVERAGEA - calculates average (arithmetic mean)  of numbers; includes text and logicals &lt;/p&gt;
&lt;p&gt;COUNT - counts cells that contain numbers &lt;/p&gt;
&lt;p&gt;COUNTA - counts cells that are not empty &lt;/p&gt;
&lt;p&gt;MAX - finds largest value in a set of values &lt;/p&gt;
&lt;p&gt;MAXA - finds largest value in a set of values; includes text and logicals &lt;/p&gt;
&lt;p&gt;MIN - finds smallest value in a set of values &lt;/p&gt;
&lt;p&gt;MINA - finds smallest value in a set of values; includes text and logicals &lt;/p&gt;
&lt;p&gt;PRODUCT - multiplies numbers &lt;/p&gt;
&lt;p&gt;STDEV - calculates standard deviation based on a sample &lt;/p&gt;
&lt;p&gt;STDEVA - calculates standard deviation based on a sample; includes text and logicals &lt;/p&gt;
&lt;p&gt;STDEVP - calculates standard deviation of an entire population &lt;/p&gt;
&lt;p&gt;STDEVPA - calculates standard deviation of an entire population; includes text and logicals &lt;/p&gt;
&lt;p&gt;VAR - estimates variance based on a sample &lt;/p&gt;
&lt;p&gt;VARA - estimates variance based on a sample; includes text and logicals &lt;/p&gt;
&lt;p&gt;VARP - calculates variance for an entire population &lt;/p&gt;
&lt;p&gt;VARPA - calculates variance for an entire population; includes text and logicals&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Functions that support 3-D</p>
<p>SUM &#8211; adds numbers  </p>
<p>AVERAGE &#8211; calculates average (arithmetic mean) of numbers </p>
<p>AVERAGEA &#8211; calculates average (arithmetic mean)  of numbers; includes text and logicals </p>
<p>COUNT &#8211; counts cells that contain numbers </p>
<p>COUNTA &#8211; counts cells that are not empty </p>
<p>MAX &#8211; finds largest value in a set of values </p>
<p>MAXA &#8211; finds largest value in a set of values; includes text and logicals </p>
<p>MIN &#8211; finds smallest value in a set of values </p>
<p>MINA &#8211; finds smallest value in a set of values; includes text and logicals </p>
<p>PRODUCT &#8211; multiplies numbers </p>
<p>STDEV &#8211; calculates standard deviation based on a sample </p>
<p>STDEVA &#8211; calculates standard deviation based on a sample; includes text and logicals </p>
<p>STDEVP &#8211; calculates standard deviation of an entire population </p>
<p>STDEVPA &#8211; calculates standard deviation of an entire population; includes text and logicals </p>
<p>VAR &#8211; estimates variance based on a sample </p>
<p>VARA &#8211; estimates variance based on a sample; includes text and logicals </p>
<p>VARP &#8211; calculates variance for an entire population </p>
<p>VARPA &#8211; calculates variance for an entire population; includes text and logicals</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/03/summing-in-3d/#comment-2095</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Wed, 04 Aug 2004 14:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=707#comment-2095</guid>
		<description>&lt;p&gt;eve:  That function doesn&#039;t support 3-D.  Search for &#039;3-D&#039; in help to get a list of functions that you can use 3-D with.  I&#039;ll post the list when I get a chance.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>eve:  That function doesn&#8217;t support 3-D.  Search for &#8217;3-D&#8217; in help to get a list of functions that you can use 3-D with.  I&#8217;ll post the list when I get a chance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eve</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/03/summing-in-3d/#comment-2094</link>
		<dc:creator>eve</dc:creator>
		<pubDate>Wed, 04 Aug 2004 11:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=707#comment-2094</guid>
		<description>&lt;p&gt;Hi, thanks for this tip. But I&#039;m a newborn child in Excel and have this problem:&lt;br&gt;
how can I use this 3D counting for SUMIF function?&lt;br&gt;
Is it possible at all?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this tip. But I&#8217;m a newborn child in Excel and have this problem:<br />
how can I use this 3D counting for SUMIF function?<br />
Is it possible at all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Klippert</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/08/03/summing-in-3d/#comment-2093</link>
		<dc:creator>Doug Klippert</dc:creator>
		<pubDate>Tue, 03 Aug 2004 22:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=707#comment-2093</guid>
		<description>&lt;p&gt;A fun demonstration is to create the 3-D equations, then go back and rename the worksheets.&lt;br&gt;
The formulas automatically adjust to the new names.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A fun demonstration is to create the 3-D equations, then go back and rename the worksheets.<br />
The formulas automatically adjust to the new names.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

