Hi Alexander

On Fri, Jun 15, 2012 at 4:34 PM, AW <alexander.will...@t-online.de> wrote:
> [...]
>
> Desired outoput:
>
> | 100.00 | Value |
> | 150.00 | Value |
> #+TBLFM: $1=%s;%.2f
>
> [...]

What you tried would be

| 100.00 | Value |
| 150.00 | Value |
#+TBLFM: $1=$0;%.2f

$0 is the current table field. What I recommend is

| 100.00 | Value |
| 150.00 | Value |
#+TBLFM: $1 = $0 +.0; f-2

because of the behavior I explained in the tables shown here:
http://orgmode.org/worg/org-faq.html#table-float-fraction

Michael

Reply via email to