emacs-orgmode
[Top][All Lists]
Advanced

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

[SOLVED] (was: org-table-eval-formula for rows?)


From: Uwe Brauer
Subject: [SOLVED] (was: org-table-eval-formula for rows?)
Date: Wed, 16 Jun 2021 11:35:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>>> "UB" == Uwe Brauer <oub@mat.ucm.es> writes:

> Hi

> I know it is perfectly possible to have org-table-eval-formula for
> columns, however sometimes I have tables with very many columns that are
> difficult to read and even org-table-toggle-column-width does not help.


> That is why I would like to transpose the table but then there seems no
> equivalent of org-table-eval-formula for rows?

> I can only perform such operation of a cell as in the following example

> | result1 | result2 |
> |---------+---------|
> |      14 |       5 |
> |       3 |       5 |
> |       4 |      19 |
> |       6 |       3 |
> |---------+---------|
> |      27 |         |

> #+TBLFM: @6$1=vsum(@I$1..@II$1)

I did not think when I wrote this

| result1 | result2 | result3 |
|---------+---------+---------|
|      14 |       5 |       1 |
|       3 |       5 |       3 |
|       4 |      19 |       4 |
|       6 |       3 |       8 |
|---------+---------+---------|
|      27 |      32 |      16 |
#+TBLFM: @6=vsum(@I..@II)

Is the solution, of course

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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