Hi,

I didn't read OP.

Fabrice Niessen <n...@pirilampo.org> 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,@3$7..@4$7));%.2f::@2$2=@1*0.21;%.2f::@3$2=vsum(@1..@-1);*%.2f*

Hope this was what you were after.
Rasmus

-- 
Together we will make the possible totalllly impossible!


Reply via email to