From: Michael Brand <michael.ch.brand@gmail.com>
To: Cecil Westerhof <cldwesterhof@gmail.com>
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: Sub-totals
Date: Sat, 15 Feb 2014 16:19:09 +0100 [thread overview]
Message-ID: <CALn3zoi0hx=7CFPC1p+0ctzhYJ7w+n1-p4hvvBxPKLBxd4u6-Q@mail.gmail.com> (raw)
In-Reply-To: <CAG-LmmC4-3f8UN+vQn3Hg7vAc51Qsv2m-L4or8DN0ZdmmoYB+Q@mail.gmail.com>
Hi Cecil
What about this?:
|--------------+------+-----|
| activity | Time | sub |
|--------------+------+-----|
| Activity A | 3 | |
|--------------+------+-----|
| Activity B | 5 | 34 |
| Activity C | 2 | 34 |
| Activity D | 7 | 34 |
| Activity E | 8 | 34 |
| Activity F | 12 | 34 |
|--------------+------+-----|
| Activity 1 | 9 | 18 |
| Activity 2 | 2 | 18 |
| Activity 3 | 4 | 18 |
| Activity 4 | 3 | 18 |
|--------------+------+-----|
| Activity I | 23 | 111 |
| Activity II | 51 | 111 |
| Activity III | 37 | 111 |
|--------------+------+-----|
| | 163 | |
|--------------+------+-----|
#+TBLFM: @>$2 = vsum(@<<<..@>>) :: @<<<$3..@>>$3 = vsum(@-I$2..@+I$2)
Michael
next prev parent reply other threads:[~2014-02-15 15:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-15 14:27 Sub-totals Cecil Westerhof
2014-02-15 15:19 ` Michael Brand [this message]
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='CALn3zoi0hx=7CFPC1p+0ctzhYJ7w+n1-p4hvvBxPKLBxd4u6-Q@mail.gmail.com' \
--to=michael.ch.brand@gmail.com \
--cc=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).