Hi Cecil On Sun, Feb 16, 2014 at 10:06 AM, Michael Brand <[email protected]> wrote:
> #+TBLFM: @>$2 = vsum(@II..@>>) :: $3 = if(vlen(@-I$2..@0$2) ==
> vlen(@-I$2..@+I$2), vsum(@-I$2..@+I$2) +.0, string("")); EN f-1 :: @>$3 =
> string("")
I should have simplified the condition in "if" to
#+TBLFM: @>$2 = vsum(@II..@>>) :: $3 = if(vlen(@0..@+I) == 1,
vsum(@-I$2..@+I$2) +.0, string("")); EN f-1 :: @>$3 = string("")
It's now also in the ERT.
Michael
