emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Basic Question: Effort Sum
@ 2010-12-09  0:02 Nathan Neff
  0 siblings, 0 replies; only message in thread
From: Nathan Neff @ 2010-12-09  0:02 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

I have a dynamic table that gives me a list of the items in a file
and their effort estimates.  I'd like to either
1) Have org-mode sum the effort for me, much like the CLOCKSUM feature
or
2) Write a simple calc function and manually put it into the table to sum
the first column which contains the effort estimates.

Here's a sample file:
#+COLUMNS: %08Effort(Est.){+} %40ITEM(Task) %7CLOCKSUM(Clocked)
* Effort Summary Table
#+BEGIN: columnview :hlines 1 :id global
#+END:
* Task 1
:PROPERTIES:
:Effort: 4:00
:END:
* Task 2
:PROPERTIES:
:Effort: 3:00
:END:

I can't seem to find the correct syntax for the range of an entire column.
I've tried using something like this:
#+TBLFM: @2$3=vsum(@4$1..@3$1)

But I haven't been able to sum the entire column.  Can anyone help?

Thanks,
--Nate

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-09  0:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-09  0:02 Basic Question: Effort Sum Nathan Neff

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).