emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] spreadsheet sum a column


From: Antony
Subject: [Orgmode] spreadsheet sum a column
Date: Thu, 02 Dec 2010 02:29:56 -0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]