From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Williams Subject: Re: calculating column averages Date: Fri, 22 Jul 2011 21:48:55 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkNan-0005dN-Th for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 17:49:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkNam-0002TV-Vs for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 17:49:09 -0400 Received: from lo.gmane.org ([80.91.229.12]:44320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkNam-0002TP-Nr for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 17:49:08 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QkNak-00054z-UW for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 23:49:07 +0200 Received: from webproxy.westgroup.com ([163.231.6.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Jul 2011 23:49:06 +0200 Received: from ken.williams by webproxy.westgroup.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Jul 2011 23:49:06 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Jude DaShiell shellworld.net> writes: > > In this case I don't want to tell org-mode how many rows to calculate, and > I put a table together with an averages line in its own footer section. Since you have a header & footer, one solution is to use a formula like this: :=vmean(@I..@II) -Ken