emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Sub-totals


From: Michael Brand
Subject: Re: [O] Sub-totals
Date: Thu, 20 Feb 2014 08:55:59 +0100

Hi Cecil

On Sun, Feb 16, 2014 at 10:06 AM, Michael Brand
<address@hidden> wrote:

> #+TBLFM: @>$2 = vsum(@II..@>>) :: $3 = if(vlen(@address@hidden) == 
> vlen(@address@hidden), vsum(@address@hidden) +.0, string("")); EN f-1 :: @>$3 
> = string("")

I should have simplified the condition in "if" to

#+TBLFM: @>$2 = vsum(@II..@>>) :: $3 = if(vlen(@address@hidden) == 1,
vsum(@address@hidden) +.0, string("")); EN f-1 :: @>$3 = string("")

It's now also in the ERT.

Michael



reply via email to

[Prev in Thread] Current Thread [Next in Thread]