From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Grothe Subject: Help with column formula in radiotable Date: Sat, 30 Aug 2014 17:28:58 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNkbU-0002D8-Q9 for emacs-orgmode@gnu.org; Sat, 30 Aug 2014 11:30:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNkbN-0007VV-6R for emacs-orgmode@gnu.org; Sat, 30 Aug 2014 11:30:12 -0400 Received: from plane.gmane.org ([80.91.229.3]:49060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNkbM-0007Oh-W4 for emacs-orgmode@gnu.org; Sat, 30 Aug 2014 11:30:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XNkbL-0005Cs-5f for emacs-orgmode@gnu.org; Sat, 30 Aug 2014 17:30:03 +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 ; Sat, 30 Aug 2014 17:30:03 +0200 Received: from info by ip-178-202-220-241.hsi09.unitymediagroup.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 Aug 2014 17:30:03 +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 Hello, I would like to assign a relative column formular for the 6 column (name = BIPr). The formular should start in the *second field* of column 3 (value = 12) and multiply it with *first value of column* 4 (value = 2.8) etc. like this: 12 * 2.8 4 * 0.7 ... |---+------+-------+-------+-------+-------+---| | ! | Jahr | Menge | Preis | BIPn | BIPr | W | |---+------+-------+-------+-------+-------+---| | # | 1 | 10 | 2.8 | 28.00 | 0 | | | # | 2 | 12 | 0.7 | 8.40 | | | | # | 3 | 4 | 4.00 | 16.00 | | | |---+------+-------+-------+-------+-------+---| | _ | | | | suma | sumb | | | | | | | 52.40 | 16.00 | | How can I do this? Thanks in advance for your help!! Regards Thorsten Grothe