emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Rounding in org-mode tables


From: James Hawley
Subject: Re: [Orgmode] Rounding in org-mode tables
Date: Thu, 30 Aug 2007 21:49:44 -0400

Carsten,

Many Thanks for your rapid response - your suggestion worked and your caution was helpful as well (e.g., using f7 showed 3 additional zeros).

For anyone reading the list that might be interested, here's how I fixed the example to get the two digits to the right of the decimal to print correctly.

Original table and formula

935.15
6483.80
7419.00
#+TBLFM: @16$4=vsum(@address@hidden);%.2f    Original formula yields 7419.00


Fixed table and formula

935.15
6483.80
7419.00
#+TBLFM: @16$4=vsum(@address@hidden);f6%.2f   Revised formula yields 7418.95
^^ added formatting



Jim





reply via email to

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