From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Bach Subject: Row formula in orgtbl mode Date: Wed, 04 May 2011 16:35:47 +0300 Message-ID: <4dc15635.1107df0a.51c0.15c4@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHcFB-0005m5-Fb for emacs-orgmode@gnu.org; Wed, 04 May 2011 09:36:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHcF5-0007kF-Sx for emacs-orgmode@gnu.org; Wed, 04 May 2011 09:35:57 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:55544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHcF5-0007kB-NJ for emacs-orgmode@gnu.org; Wed, 04 May 2011 09:35:51 -0400 Received: by fxm18 with SMTP id 18so1021472fxm.0 for ; Wed, 04 May 2011 06:35:51 -0700 (PDT) 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 # I sent this one previously by mistake in reply to a totally unrelated post, so now # again. Dear org-mode Users, Given this table | | a | b | c | d | | Specific cost | 1 | 9 | 2 | 3 | | System size | 1000 | 1000 | 1000 | 1000 | | | | | | | | ... | ... | ... | ... | ... | #+TBLFM: @4=@2*@3 I am wondering how I would need to format the #+TBLFM: line to multiply the respective numeric values of rows 2 and 3 in row 4. I am using org v.7.4. All my attempts, also trying to define ranges like @4$2..@4$5=@-1*@-2, fail. Thanks in advance, Michael Bach