From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Fwd: Re: Adding items in table Date: Thu, 02 Oct 2014 11:01:10 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZcFy-0003WP-3M for emacs-orgmode@gnu.org; Thu, 02 Oct 2014 05:01:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZcFN-0000B9-Lf for emacs-orgmode@gnu.org; Thu, 02 Oct 2014 05:01:02 -0400 Received: from mail2.b1.hitrost.net ([91.185.211.205]:22462) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZcFN-00009j-G5 for emacs-orgmode@gnu.org; Thu, 02 Oct 2014 05:00:25 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" 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 writes: > >> I have a table and would like to add all costs (in $) in column 3 as a >> total. Wondering how do I do that. I have done "=vsum($2..$9)" - but this >> hangs my org file and I have to kill it with the -9 switch. >> >> Thanks.