Hi all, question about table calculation. Found in the documentation that I could refer to e.g. first line after second hline with @II+2.
Would like to calculate sum = vsum(@I..@II) and tax = sum * 0.08 Am I doing sth wrong ? Thanks for help, Martin | article | price | |---------+--------| | item1 | 100.00 | | item2 | 200.00 | |---------+--------| | sum | | | tax | | |---------+--------| | sum | 0 | #+TBLFM: @II+1$2=vsum(@I..@II);f2N::@II+2$2=@II+1$2*0.08;f2N::@>$2=vsum(@II..@III);f2N