all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* spreadsheet sum a column
@ 2010-12-02 10:29 Antony
  2010-12-02 16:13 ` Michael Brand
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Antony @ 2010-12-02 10:29 UTC (permalink / raw)
  To: emacs-orgmode

Hi

I have a simple need (from a requirement description point).

I have table like

| foo       | amount |
|-----------+--------|
|           |    <5> |
| hello     |    100 |
| again     |    200 |
| once more |    300 |
|           |        |
|           |        |

I need to be able sum those numbers and say 600 somewhere (I am ok if it 
does in the same table or outside of it)

When I add a new row, say

| foo       | amount |
|-----------+--------|
|           |    <5> |
| hello     |    100 |
| again     |    200 |
| once more |    300 |
| qqq       |    100 |
|           |        |

Now I need to be able to change the 600 to 700 (by pressing C-c C-c 
somewhere)

I am finding it hard to figure out how to do this.

-Antony

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

end of thread, other threads:[~2010-12-03 13:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-02 10:29 spreadsheet sum a column Antony
2010-12-02 16:13 ` Michael Brand
2010-12-02 16:59 ` Detlef Steuer
2010-12-03 13:10 ` Antony

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.