From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Formatting a calculated cell entry as currency Date: Thu, 06 Jun 2013 17:47:37 -0400 Message-ID: <87fvwunc7a.fsf@pierrot.dokosmarshall.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uki2F-0001DI-ES for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 17:47:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uki2E-0000LJ-AP for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 17:47:55 -0400 Received: from plane.gmane.org ([80.91.229.3]:50493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uki2E-0000L4-3K for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 17:47:54 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uki2B-0001Ml-0i for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 23:47:51 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jun 2013 23:47:51 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jun 2013 23:47:51 +0200 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 david@adboyd.com (J. David Boyd) writes: > I've got a simple cell calculation, =@2 * 40 > > If @2 contained 10, is there anyway to force this to show as $400.00? I've > combed through the info file, and if it is there I'm blind. > This seems to work (apart from the alignment): --8<---------------cut here---------------start------------->8--- | a | b | |---+--------| | 1 | $8.25 | | 2 | $16.50 | | 3 | $24.75 | #+TBLFM: $2 = 8.25*$1;$%.2f --8<---------------cut here---------------end--------------->8--- -- Nick