emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] table: actualise columns with formulas. (C-num C-c=)


From: Giovanni Ridolfi
Subject: Re: [Orgmode] table: actualise columns with formulas. (C-num C-c=)
Date: Mon, 14 Jun 2010 14:33:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt)

Uwe Brauer <address@hidden> writes:

> Hello
>
> Programs like OO calc allow me to actualise automatically
> all rows of a column containing a formula.
>
> Like:
>
> Res1| Res2| Total
> 3   |  4  | =$1+$2
> 4   |  5  |
> 4   |  5  |
> 4   |  6  |
> 4   |  7  |
> 4   |  8  |
> 4   |  9  |
> Now the only thing I have to do is copy and paste it into
> the rows below that formula in the same column.

why don't you use: 
| Res1| Res2| Total
| 3   |  4  | =$1+$2
| 4   |  5  |
#+TBLFM:$3=$1+S2

?
then with C-c in the "#+TBLFM:$3" line your table will be updated
I think also if you press TAB with the cursor in 
the third column.

cheers
Giovanni



reply via email to

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