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(@[EMAIL PROTECTED]);%.2f Original formula yields 7419.00
Fixed table and formula
935.15
6483.80
7419.00
#+TBLFM: @16$4=vsum(@[EMAIL PROTECTED]);f6%.2f Revised formula yields 7418.95
^^
added formatting
Jim
_______________________________________________
Emacs-orgmode mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode