From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: vmin and probably vmax functions don't work Date: Mon, 19 Sep 2011 13:37:42 +0200 Message-ID: <4E772986.4040205@christianmoe.com> References: <4E76F490.4060906@christianmoe.com> <4E771B9E.3020803@christianmoe.com> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5c8v-00048P-Hu for emacs-orgmode@gnu.org; Mon, 19 Sep 2011 07:36:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R5c8u-0003nR-Rp for emacs-orgmode@gnu.org; Mon, 19 Sep 2011 07:36:09 -0400 Received: from mars.hitrost.net ([91.185.211.18]:40923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5c8u-0003mz-MP for emacs-orgmode@gnu.org; Mon, 19 Sep 2011 07:36:08 -0400 In-Reply-To: <4E771B9E.3020803@christianmoe.com> 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 Cc: Jude DaShiell , emacs-orgmode@gnu.org On second thought, these days you can just use a single range formula: #+TBLFM: @>$2..$4=vmin(@I..@II);f0 hth, Christian On 9/19/11 12:38 PM, Christian Moe wrote: > Hi, > > You've got row formulas when you want single-cell formulas. Assuming > it's minima you're after, try > > #+TBLFM: > @>$2=vmin(@I..@II);f0::@>$3=vmin(@I..II);f0::@>$4=vmin(@I..II);f0 > > hth > Christian >