From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kowalczyk Subject: Org Mode spreadsheet SUMIF Date: Mon, 8 Mar 2010 12:54:31 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NocUL-0000iF-GN for emacs-orgmode@gnu.org; Mon, 08 Mar 2010 07:55:13 -0500 Received: from [140.186.70.92] (port=40052 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NocUK-0000hn-Ov for emacs-orgmode@gnu.org; Mon, 08 Mar 2010 07:55:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NocUK-0003io-4j for emacs-orgmode@gnu.org; Mon, 08 Mar 2010 07:55:12 -0500 Received: from lo.gmane.org ([80.91.229.12]:39942) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NocUJ-0003iP-VT for emacs-orgmode@gnu.org; Mon, 08 Mar 2010 07:55:12 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NocU5-0002sy-RB for emacs-orgmode@gnu.org; Mon, 08 Mar 2010 13:55:00 +0100 Received: from 24-216-241-93.dhcp.mdfd.or.charter.com ([24.216.241.93]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Mar 2010 13:54:57 +0100 Received: from jtk by 24-216-241-93.dhcp.mdfd.or.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Mar 2010 13:54:57 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org (Apologies if this is a FAQ, a gmane.org search of this list did not return any matches) What is the Org Mode spreadsheet formula idiom for a SUMIF function? The objective is to add up the numeric values for rows matching a tag column: | 2010-03-01 | 12.2 | foo | | 2010-03-02 | 11.5 | foo | | 2010-03-02 | 12.6 | bar | | 2010-03-03 | 10.2 | foo | Need a total for foo: 33.9, and bar: 12.6, etc. I'll probably use a remote table reference for the summary formulas. Thanks, Jeff