<?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>Comments on: Spreadsheet average help</title>
	<link>http://ask.metafilter.com/80990/Spreadsheet-average-help/</link>
	<description>Comments on Ask MetaFilter post Spreadsheet average help</description>
	<pubDate>Mon, 14 Jan 2008 13:41:38 -0800</pubDate>
	<lastBuildDate>Mon, 14 Jan 2008 13:41:38 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Spreadsheet average help</title>
		<link>http://ask.metafilter.com/80990/Spreadsheet-average-help</link>	
		<description>I&apos;d like a spreadsheet (OpenOffice Calc) to give me the average of the numbers in a certain row that will be filled over a period of months, and I&apos;d like the formula for the average to remain valid even as I fill it, cell by cell. How? &lt;br /&gt;&lt;br /&gt; For instance, in month 2, cells A1 and B1 will have a number; cells C1-G1 will be empty. Cell H1 should display the average of A1 and B1. In month 3, C1 will have a number and D1-G1 will be empty; H1 should show the average of A1-C1, but without me changing the formula in H1 to divide by 3 instead of 2.&lt;br&gt;
&lt;br&gt;
I want to be able to do this since I&apos;m using many many different rows of data. I&apos;m guessing this might be possible. Is there a formula to let the spreadsheet know to divide only by the number of non-empty cells in the row?&lt;br&gt;
&lt;br&gt;
Thanks.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.80990</guid>
		<pubDate>Mon, 14 Jan 2008 13:39:23 -0800</pubDate>
		<dc:creator>regicide is good for you</dc:creator>
		
			<category>spreadsheet</category>
		
			<category>openoffice</category>
		
			<category>open</category>
		
			<category>office</category>
		
			<category>calc</category>
		
			<category>average</category>
		
	</item> <item>
		<title>By: regicide is good for you</title>
		<link>http://ask.metafilter.com/80990/Spreadsheet-average-help#1201134</link>	
		<description>Oh - and not all the rows&apos; data will start in the first month, nor will they necessarily fill up sequentially. Which maybe complicates things.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.80990-1201134</guid>
		<pubDate>Mon, 14 Jan 2008 13:41:38 -0800</pubDate>
		<dc:creator>regicide is good for you</dc:creator>
	</item><item>
		<title>By: SBMike</title>
		<link>http://ask.metafilter.com/80990/Spreadsheet-average-help#1201136</link>	
		<description>In excel, the COUNT function gives the number of non-empty cells in a given range.  Not sure if there&apos;s something similar in OpenOffice, but it works great in excel.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.80990-1201136</guid>
		<pubDate>Mon, 14 Jan 2008 13:44:02 -0800</pubDate>
		<dc:creator>SBMike</dc:creator>
	</item><item>
		<title>By: inigo2</title>
		<link>http://ask.metafilter.com/80990/Spreadsheet-average-help#1201139</link>	
		<description>Will a filled-in entry ever be equal to zero?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.80990-1201139</guid>
		<pubDate>Mon, 14 Jan 2008 13:44:44 -0800</pubDate>
		<dc:creator>inigo2</dc:creator>
	</item><item>
		<title>By: Wolfdog</title>
		<link>http://ask.metafilter.com/80990/Spreadsheet-average-help#1201142</link>	
		<description>At least in Excel, =AVERAGE(range) does exactly what you want, averaging only those cells that are nonempty.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.80990-1201142</guid>
		<pubDate>Mon, 14 Jan 2008 13:47:47 -0800</pubDate>
		<dc:creator>Wolfdog</dc:creator>
	</item><item>
		<title>By: plinth</title>
		<link>http://ask.metafilter.com/80990/Spreadsheet-average-help#1201143</link>	
		<description>just use AVERAGE(cell1:cell2)&lt;br&gt;
it ignores empty cells.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.80990-1201143</guid>
		<pubDate>Mon, 14 Jan 2008 13:48:52 -0800</pubDate>
		<dc:creator>plinth</dc:creator>
	</item><item>
		<title>By: inigo2</title>
		<link>http://ask.metafilter.com/80990/Spreadsheet-average-help#1201146</link>	
		<description>If the &quot;AVERAGE&quot; function works differently in OpenOffice (see Wolfdog&apos;s response), then an alternative is to do:  SUM(range of cells) / COUNTA(range of cells).  &quot;COUNTA&quot; gives you the count of non-empty cells.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.80990-1201146</guid>
		<pubDate>Mon, 14 Jan 2008 13:50:55 -0800</pubDate>
		<dc:creator>inigo2</dc:creator>
	</item><item>
		<title>By: regicide is good for you</title>
		<link>http://ask.metafilter.com/80990/Spreadsheet-average-help#1201159</link>	
		<description>Thank you. The help given by Calc&apos;s &quot;function wizard&quot; was less than obvious, though now I understand it.&lt;br&gt;
&lt;br&gt;
Much appreciated. You have saved me a great amount of stupid-person work.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.80990-1201159</guid>
		<pubDate>Mon, 14 Jan 2008 13:57:09 -0800</pubDate>
		<dc:creator>regicide is good for you</dc:creator>
	</item>
	</channel>
</rss>
