[O] Fwd: Re: Adding items in table

2014-10-02 Thread Christian Moe
Christian Moe writes: You probably don't really want to replace the contents of column 3 ($3) with a sum of columns including column 3 ($2..$9)? To get useful help you'll need to provide the table, or a minimal example of a table with the same structure. Yours, Christian Chris Henderson

Re: [O] Fwd: Re: Adding items in table

2014-10-02 Thread Chris Henderson
Here's an example of the table (hope the line breaks are ok) |Item | Model | price | | x | v | $323.98 | y | x | $184.45| | Total | | ?? | On Thu, Oct 2, 2014 at 7:01 PM, Christian Moe m...@christianmoe.com wrote: Christian Moe writes: You

Re: [O] Fwd: Re: Adding items in table

2014-10-02 Thread Christian Moe
It looks like what you actually want to do is add up the numbers in the rows of column 3 -- from row 2 to 3 in your example. Your original formula added up columns (prefixed with `$'). Rows are prefixed with `@'. You need to get rid of the dollar signs in your cells to let Org know they contain