emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Table formulas: daily hour * rate = cost
@ 2015-02-12 12:17 Tory S. Anderson
  2015-02-12 12:44 ` Rasmus
  0 siblings, 1 reply; 2+ messages in thread
From: Tory S. Anderson @ 2015-02-12 12:17 UTC (permalink / raw)
  To: orgmode list

I have the followign table, which should speak for itself. First the "cost" column needs to be calculated, which is hours * rate, and then the "hrs" and "ttl" fields should be filled in based on sums of their columns. However, I'm not sure why $cost isn't being evaluated; I've tried it with column names as well as indices but unless I specify each field individually (e.g. @3$5) I can't get a result here. Formula debugging seems to ignore it, too. But I've been trying to follow the example on the "advanced feature" page[1] as closely as possible; what's the problem?

--8<---------------cut here---------------start------------->8---
   |   | Date        | Hours | Rate | Cost |
   | ! |             | hours | rate | cost |
   |---+-------------+-------+------+------|
   |   | February 9  |  4.00 |   38 |    0 |
   |   | February 10 |  4.00 |   38 |    0 |
   |   | February 11 |  4.00 |   38 |    0 |
   |   | February 12 |  4.00 |   38 |    0 |
   |   | February 13 |  4.00 |   38 |    0 |
   |---+-------------+-------+------+------|
   |   |             |   20. |      |    0 |
   | ^ |             |   hrs |      |  ttl |
   #+TBLFM: $5=$hours*$rate::$hrs=vsum(@I..@II)::$ttl=vsum(@I..@II)
--8<---------------cut here---------------end--------------->8---

Footnotes: 
[1]  http://orgmode.org/org.html#Advanced-features

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-12 12:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-12 12:17 Table formulas: daily hour * rate = cost Tory S. Anderson
2015-02-12 12:44 ` Rasmus

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