emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Can this table formula be done more efficient


From: Cecil Westerhof
Subject: [O] Can this table formula be done more efficient
Date: Sun, 8 Jun 2014 12:19:15 +0200

At the moment I am using the following formula:
    #+TBLFM: @<<$4..@>>$4 = $2 - $3 :: @>$2=vsum(@<<$2..@>>$2) :: @>$3=vsum(@<<$3..@>>$3) :: @>$4=vsum(@<<$4..@>>$4)

This does what I want, but there are two things that could be improved.

- The second, third and fourth formula do exactly the same, only on different columns. Could this be rewritten to one formula?

- The line becomes long and hard to evaluate for a person. Is there a possibility to put the formulas below each-other?

--
Cecil Westerhof

reply via email to

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