emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Formatting a calculated cell entry as currency


From: Nick Dokos
Subject: Re: [O] Formatting a calculated cell entry as currency
Date: Thu, 06 Jun 2013 17:47:37 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

address@hidden (J. David Boyd) writes:

> I've got a simple cell calculation, address@hidden * 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




reply via email to

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