From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cecil Westerhof Subject: Sommatie on values with a condition Date: Thu, 21 Jun 2007 13:03:27 +0200 Message-ID: <1182423807.20872.30.camel@Barebusta.DecebalComp> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1KRn-00017D-6B for emacs-orgmode@gnu.org; Thu, 21 Jun 2007 07:03:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1KRl-00016b-Aq for emacs-orgmode@gnu.org; Thu, 21 Jun 2007 07:03:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1KRl-00016T-6V for emacs-orgmode@gnu.org; Thu, 21 Jun 2007 07:03:29 -0400 Received: from smtp-vbr1.xs4all.nl ([194.109.24.21]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I1KRk-0007Qs-JD for emacs-orgmode@gnu.org; Thu, 21 Jun 2007 07:03:28 -0400 Received: from Barebusta.DecebalComp (DecebalComputing.xs4all.nl [213.84.157.201]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id l5LB3Ra8084225 for ; Thu, 21 Jun 2007 13:03:27 +0200 (CEST) (envelope-from CecilWesterhof@xs4all.nl) 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: org-mode I would like the following table: |---------+--------| | type | amount | |---------+--------| | a | 125 | | b | 350 | | c | 420 | | d | 910 | | b | 135 | | d | 84 | |---------+--------| | total a | 125 | | total b | 485 | | total c | 420 | | total d | 994 | |---------+--------| So the second group are the different values. And in the thirth group there is a sommation for the different types. Is this possible? -- Cecil Westerhof