<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with sum</title>
      <link>http://ask.metafilter.com/tags/sum</link>
      <description>Questions tagged with 'sum' at Ask MetaFilter.</description>
	  <pubDate>Sat, 09 May 2009 08:59:37 -0800</pubDate> <lastBuildDate>Sat, 09 May 2009 08:59:37 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>How do I sum all the combinations of a potential set of numbers?</title>
	<link>http://ask.metafilter.com/121665/How%2Ddo%2DI%2Dsum%2Dall%2Dthe%2Dcombinations%2Dof%2Da%2Dpotential%2Dset%2Dof%2Dnumbers</link>	
	<description>I have a group of numbers (4,5,10,53,1.5) and I want to display a graph showing the distribution of outcomes if I pick an arbitrary percent out of the the group and sum them. This has to be incredibly simple, what is the name for what I am trying to do? Or how can I do this in Excel? I think in mathematica you would &lt;a href=&quot;http://reference.wolfram.com/mathematica/ref/Subsets.html&quot;&gt;total a subset&lt;/a&gt; which would just spit out a list, I didn&apos;t know if there was a way to do this in Excel and put in a nice chart showing like &quot;this uses 10% of the numbers, this uses 100%&quot; etc.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.121665</guid>
	<pubDate>Sat, 09 May 2009 08:59:37 -0800</pubDate>
	<category>resolved</category>
	<category>subset</category>
	<category>sum</category>
	<category>total</category>
	<dc:creator>geoff.</dc:creator>
	</item>
	<item>
	<title>What&apos;s the next polynomial in this series?</title>
	<link>http://ask.metafilter.com/77206/Whats%2Dthe%2Dnext%2Dpolynomial%2Din%2Dthis%2Dseries</link>	
	<description>What&apos;s the next polynomial in this series: x&lt;sup&gt;4&lt;/sup&gt;+2x&lt;sup&gt;2&lt;/sup&gt;+16, x&lt;sup&gt;8&lt;/sup&gt;+40x&lt;sup&gt;6&lt;/sup&gt;+1128x&lt;sup&gt;4&lt;/sup&gt;+2560x&lt;sup&gt;2&lt;/sup&gt;+65536, ? I&apos;m doing some work in elasticity and have found an analytical solution to a tricky problem.  The solution is a converging infinite series, and I&apos;ve been able to work out the first two terms (with great difficulty).  It may be easier to guess the additional terms than work them out.  The next polynomial almost certainly has seven terms, including  x&lt;sup&gt;12&lt;/sup&gt; and 2,176,782,336 (6&lt;sup&gt;12&lt;/sup&gt;).  Any guesses as to what the other coefficients are, and what the general pattern is?&lt;br&gt;
&lt;br&gt;
(The sum converges because the denominators are (4+x&lt;sup&gt;2&lt;/sup&gt;)&lt;sup&gt;5/2&lt;/sup&gt;, (16+x&lt;sup&gt;2&lt;/sup&gt;)&lt;sup&gt;9/2&lt;/sup&gt;, ... and every other term is subtracted.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.77206</guid>
	<pubDate>Tue, 27 Nov 2007 07:23:17 -0800</pubDate>
	<category>coefficients</category>
	<category>converge</category>
	<category>infinite</category>
	<category>polynomials</category>
	<category>series</category>
	<category>sum</category>
	<dc:creator>Mapes</dc:creator>
	</item>
	<item>
	<title>All months, now.</title>
	<link>http://ask.metafilter.com/76366/All%2Dmonths%2Dnow</link>	
	<description>Sum of data for all months, including months with no rows, in MySQL? Hi, I&apos;ve come across this problem a few times, and here&apos;s the thing:&lt;br&gt;
&lt;br&gt;
I&apos;ll do a query, for instance, SUM(distance) for each month, group by month. This&apos;ll give me results with the sum of distance for each month with rows. But I&apos;d like to present the sums of all months, including non-active months. So far my only option seems to be to create an array of months in PHP, iterate through that, and, for each month, search for a result in the MySQL query result. This works, but is there a cleaner design pattern, or a MySQL trick that might come in handy?&lt;br&gt;
Thanks for any help.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.76366</guid>
	<pubDate>Thu, 15 Nov 2007 13:28:27 -0800</pubDate>
	<category>aggregate</category>
	<category>data</category>
	<category>database</category>
	<category>functions</category>
	<category>mysql</category>
	<category>php</category>
	<category>sql</category>
	<category>sum</category>
	<dc:creator>tmcw</dc:creator>
	</item>
	<item>
	<title>excel macro n00b</title>
	<link>http://ask.metafilter.com/66086/excel%2Dmacro%2Dn00b</link>	
	<description>I need help writing a macro that will divide a 5000 row table into groups of 30 rows, and find the average of certain columns in each group. I&apos;ve got a data table with blood pressure readings taken at 1-second intervals. I need help writing a macro that will take the table, divide the data into groups of 30 rows and spit out the average of certain columns in each group (I need one column for systolic, diastolic, MAP, etc., however, the table contains columns of irrelevant data), which will in effect give me averages other 30-second intervals.&lt;br&gt;
&lt;br&gt;
To make things more complex, the actual readings start at row 48.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.66086</guid>
	<pubDate>Mon, 02 Jul 2007 13:27:37 -0800</pubDate>
	<category>average</category>
	<category>data</category>
	<category>excel</category>
	<category>function</category>
	<category>macro</category>
	<category>microsoft</category>
	<category>office</category>
	<category>sum</category>
	<category>worksheet</category>
	<dc:creator>beammeup4</dc:creator>
	</item>
	<item>
	<title>ExcelFilter: How do I display the sum within that column without resulting in a &quot;circular reference&quot; error?</title>
	<link>http://ask.metafilter.com/65955/ExcelFilter%2DHow%2Ddo%2DI%2Ddisplay%2Dthe%2Dsum%2Dwithin%2Dthat%2Dcolumn%2Dwithout%2Dresulting%2Din%2Da%2Dcircular%2Dreference%2Derror</link>	
	<description>ExcelFilter: How do I display the sum within that column without resulting in a &quot;circular reference&quot; error? I&apos;m building a spreadsheet to keep track of my paychecks.  I&apos;d like to keep track of YTD totals of a column (eg, federal taxes) at the top of &lt;i&gt;that&lt;/i&gt; column, and find a formula that I can enter once into the top that will calculate the sum for the rest of the column for as many entries as I choose to make.  Simply summing the entire column results in a circular reference error.&lt;br&gt;
&lt;br&gt;
In other wods, for the simplified example below, give me a function for [SUM_FEDERAL] (in B1) that will sum the individual values for each cheque without me having to adjust/copy the function for each entry of a new cheque. (I know I could simply do =SUM(B4:B100), and adjust after 100 entries, but I want a solution that both scales and makes it simple to maintain).&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;A&lt;/th&gt;&lt;th&gt;B&lt;/th&gt;&lt;/tr&gt;&lt;br&gt;
&lt;tr&gt;&lt;th&gt;1&lt;/th&gt;&lt;td&gt;YTD      &lt;/td&gt;&lt;td&gt;&lt;i&gt;[SUM_FEDERAL]&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br&gt;
&lt;tr&gt;&lt;th&gt;2&lt;/th&gt; &lt;/tr&gt;&lt;br&gt;
&lt;tr&gt;&lt;th&gt;3&lt;/th&gt;&lt;td&gt; Cheque No.  &amp;amp;nbsp &amp;amp;nbsp&lt;/td&gt;&lt;td&gt;Federal&lt;/td&gt; &lt;/tr&gt;&lt;br&gt;
&lt;tr&gt;&lt;th&gt;4&lt;/th&gt;&lt;td&gt;01&lt;/td&gt;&lt;td&gt;5&lt;/td&gt; &lt;/tr&gt;&lt;br&gt;
&lt;tr&gt;&lt;th&gt;5&lt;/th&gt;&lt;td&gt;02&lt;/td&gt;&lt;td&gt;8&lt;/td&gt; &lt;/tr&gt;&lt;br&gt;
&lt;tr&gt;&lt;th&gt;6&lt;/th&gt;&lt;td&gt;03&lt;/td&gt;&lt;td&gt;7&lt;/td&gt; &lt;/tr&gt;&lt;br&gt;
&lt;/table&gt;&lt;br&gt;
&lt;br&gt;
I imagine that there is a super simple solution -- after several hours of playing around and searching Google, I&apos;ve given up and turned to MeFi.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.65955</guid>
	<pubDate>Fri, 29 Jun 2007 22:10:56 -0800</pubDate>
	<category>circularreferenceerror</category>
	<category>column</category>
	<category>excel</category>
	<category>sum</category>
	<dc:creator>chefscotticus</dc:creator>
	</item>
	
	</channel>
</rss>

