From: Cecil Westerhof <cldwesterhof@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Sub-totals
Date: Sat, 15 Feb 2014 15:27:49 +0100 [thread overview]
Message-ID: <CAG-LmmC4-3f8UN+vQn3Hg7vAc51Qsv2m-L4or8DN0ZdmmoYB+Q@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1538 bytes --]
At the moment I have the folowing:
|--------------+------+-----|
| activity | Time | sub |
|--------------+------+-----|
| Activity A | 3 | |
| Activity B | 5 | |
| Activity C | 2 | |
| Activity D | 7 | |
| Activity E | 8 | |
| Activity F | 12 | |
|--------------+------+-----|
| Activity 1 | 9 | |
| Activity 2 | 2 | |
| Activity 3 | 4 | |
| Activity 4 | 3 | |
|--------------+------+-----|
| Activity I | 23 | |
| Activity II | 51 | |
| Activity III | 37 | |
|--------------+------+-----|
| | 163 | |
|--------------+------+-----|
#+TBLFM: @>$2=vsum(@3..@-1)
But I want the following:
|--------------+------+-----|
| activity | Time | sub |
|--------------+------+-----|
| Activity A | 3 | |
| Activity B | 5 | |
| Activity C | 2 | |
| Activity D | 7 | |
| Activity E | 8 | |
| Activity F | 12 | 34 |
|--------------+------+-----|
| Activity 1 | 9 | |
| Activity 2 | 2 | |
| Activity 3 | 4 | |
| Activity 4 | 3 | 18 |
|--------------+------+-----|
| Activity I | 23 | |
| Activity II | 51 | |
| Activity III | 37 | 111 |
|--------------+------+-----|
| | 163 | |
|--------------+------+-----|
#+TBLFM: @>$2=vsum(@3..@-1)
Subtotals from every range is calculated. Preferable from second to second
last, so it goes OK when a range is added.
Is this possible?
--
Cecil Westerhof
[-- Attachment #2: Type: text/html, Size: 2277 bytes --]
next reply other threads:[~2014-02-15 14:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-15 14:27 Cecil Westerhof [this message]
2014-02-15 15:19 ` Sub-totals Michael Brand
2014-02-15 17:14 ` Sub-totals Cecil Westerhof
2014-02-15 17:31 ` Sub-totals Cecil Westerhof
2014-02-16 9:06 ` Sub-totals Michael Brand
2014-02-19 5:00 ` Sub-totals Cecil Westerhof
2014-02-19 12:54 ` Sub-totals Nick Dokos
2014-02-19 19:39 ` Sub-totals Michael Brand
2014-02-20 7:55 ` Sub-totals Michael Brand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAG-LmmC4-3f8UN+vQn3Hg7vAc51Qsv2m-L4or8DN0ZdmmoYB+Q@mail.gmail.com \
--to=cldwesterhof@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).