Re: [O] Recursive formulaes in org-mode tables

2015-10-14 Thread Basil Komboz
Thanks to both of you for the solutions! Best Eric> On Tuesday, 13 Oct 2015 at 17:35, michael.zom...@googlemail.com wrote: Eric> [...] >> After reading a related SO question I tried the formula >> >> #+TBLFM: @<<<..>$2=@<<..>>$2+2*$3 Eric> This worked for me: Eric>

Re: [O] Recursive formulaes in org-mode tables

2015-10-13 Thread Eric S Fraga
On Tuesday, 13 Oct 2015 at 17:35, michael.zom...@googlemail.com wrote: [...] > After reading a related SO question I tried the formula > > #+TBLFM: @<<<..>$2=@<<..>>$2+2*$3 This worked for me: #+TBLFM: @<<<$2..@>$2=@-1+2*@-1$+1 HTH, eric -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Or

Re: [O] Recursive formulaes in org-mode tables

2015-10-13 Thread Shankar Rao
I posted the following on Stack Overflow: I recommend using the following range formula: | Year (Beginn) |Price | Increase | |---+--+--| | 2016 | 2.00 | 1000.00 | | 2017 | | 1000.00 | | 2018 | | 1000.00 | |