From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Grothe Subject: Re: Help with column formula in radiotable Date: Sun, 31 Aug 2014 10:14:17 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XO0HZ-0000TY-Pr for emacs-orgmode@gnu.org; Sun, 31 Aug 2014 04:14:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XO0HS-0000PW-AC for emacs-orgmode@gnu.org; Sun, 31 Aug 2014 04:14:41 -0400 Received: from plane.gmane.org ([80.91.229.3]:55609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XO0HS-0000PM-3h for emacs-orgmode@gnu.org; Sun, 31 Aug 2014 04:14:34 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XO0HP-0003aQ-Pq for emacs-orgmode@gnu.org; Sun, 31 Aug 2014 10:14:31 +0200 Received: from ip-178-202-220-241.hsi09.unitymediagroup.de ([178.202.220.241]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Aug 2014 10:14:31 +0200 Received: from info by ip-178-202-220-241.hsi09.unitymediagroup.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Aug 2014 10:14:31 +0200 In-Reply-To: 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 Am 31.08.2014 um 09:59 schrieb Christian Moe: > > Oops, I did misunderstand. I think this is what you wanted: > > |---+------+-------+-------+-------+-------+---| > | ! | Jahr | Menge | Preis | BIPn | BIPr | W | > |---+------+-------+-------+-------+-------+---| > | # | 1 | 10 | 2.8 | 28.00 | 0 | | > | # | 2 | 12 | 0.7 | 8.40 | 33.60 | | > | # | 3 | 4 | 4.00 | 16.00 | 2.80 | | > |---+------+-------+-------+-------+-------+---| > | _ | | | | suma | sumb | | > | | | | | 52.40 | 36.4 | | > #+TBLFM: $6=$3*@-1$4;%.2f::@2$6=0::$sumb=vsum(@II..@III) > > Here I add a formula to set the first row to 0. Christian, thank you for your help, I'm out now and will report later!! Regards Thorsten