Hi Gunnar

On Tue, Apr 9, 2013 at 1:57 AM, Gunnar Wolf <gw...@gwolf.org> wrote:

> #+tblfm: @2$8..@5$8='(length 
> '($3..$7))::@6$2=vmean($3..$7);%.2f::@6$3..@6$7='(length 
> '(@2..@5))::@6$8=vmean(@2..@5);%.2f

I would use

#+TBLFM: $8 = vlen($3..$7) :: @>$2 = vmean($3..$7); E %.2f ::
@>$3..@>$7 = vlen(@II..@III) :: @>$8 = vmean(@2..@5); E %.2f

or

#+TBLFM: $8 = vlen($3..$7) :: @>$2 = vmean($3..$7) +.0; E f-2 ::
@>$3..@>$7 = vlen(@II..@III) :: @>$8 = vmean(@2..@5) +.0; E f-2

For +.0 and f-2 see
http://orgmode.org/worg/org-faq.html#table-float-fraction

Michael

Reply via email to