emacs-orgmode
[Top][All Lists]
Advanced

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

[O] table spreadsheet problem


From: Martin Halder
Subject: [O] table spreadsheet problem
Date: Mon, 19 Mar 2012 16:01:42 +0100

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(@address@hidden) 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(@address@hidden);f2N::@address@hidden;f2N::@>$2=vsum(@address@hidden);f2N




reply via email to

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