emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to get sum from remote table + how to put in bold?


From: Rasmus
Subject: Re: [O] How to get sum from remote table + how to put in bold?
Date: Mon, 07 Dec 2015 22:37:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Hi,

I didn't read OP.

Fabrice Niessen <address@hidden> writes:

> Any idea how to solve my problem #2: get the computed amount in bold
> and/or in another color and/or in bigger font?

Cf. the manual you can use printf syntax,

     
http://orgmode.org/manual/Formula-syntax-for-Calc.html#Formula-syntax-for-Calc

Thus,

| /Sub-total/  |   6600.00 | \EUR   |
|--------------+-----------+-----|
| /Tax @ 21%/  |   1386.00 | \EUR   |
|--------------+-----------+-----|
| *Amount Due* | *7986.00* | *\EUR* |
#+TBLFM: 
@1$2=vsum(remote(items,@address@hidden));%.2f::@address@hidden;%.2f::@3$2=vsum(@address@hidden);*%.2f*

Hope this was what you were after.
Rasmus

-- 
Together we will make the possible totalllly impossible!




reply via email to

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