all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* org-table-eval-formula for rows?
@ 2021-06-16  7:12 Uwe Brauer
  2021-06-16  9:35 ` [SOLVED] (was: org-table-eval-formula for rows?) Uwe Brauer
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Brauer @ 2021-06-16  7:12 UTC (permalink / raw)
  To: emacs-orgmode



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)

But I would like to get the elements of the second column
*automatically* summed up as in the case of columns.

Any idea how to achieve that?

Thanks and regards

Uwe Brauer 



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-16 11:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-16  7:12 org-table-eval-formula for rows? Uwe Brauer
2021-06-16  9:35 ` [SOLVED] (was: org-table-eval-formula for rows?) Uwe Brauer
2021-06-16 11:40   ` insert @6=vsum(@I..@II) interactively HOWTO? Uwe Brauer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.