27 Aug 13:31
question concerning table mode / vsum / automatic adjustments of indices
From: Rainer Stengele <rainer.stengele <at> diplan.de>
Subject: question concerning table mode / vsum / automatic adjustments of indices
Newsgroups: gmane.emacs.orgmode
Date: 2008-08-27 11:35:02 GMT
Subject: question concerning table mode / vsum / automatic adjustments of indices
Newsgroups: gmane.emacs.orgmode
Date: 2008-08-27 11:35:02 GMT
I mostly have the same application of using org tables.
I have (many) columns with numbers and want to see the sum in the last row.
See this little example:
|-------+--------|
| items | amount |
|-------+--------|
| a | 0.5 |
| b | 0.0 |
| c | 0.5 |
|-------+--------|
| sum | 1. |
|-------+--------|
#+TBLFM: @5$2=vsum(@2..4)
Having the cursor on the row with "c"
and pressing <M-S-DOWN> I get this:
|-------+--------|
| items | amount |
|-------+--------|
| a | 0.5 |
| b | 0.0 |
| | |
| c | 0.5 |
|-------+--------|
| sum | 1. |
|-------+--------|
#+TBLFM: @6$2=vsum(@2..@5)
(Continue reading)
RSS Feed