emacs-orgmode
[Top][All Lists]
Advanced

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

how to add a range of columns


From: Uwe Brauer
Subject: how to add a range of columns
Date: Fri, 02 Jul 2021 10:42:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi 

I'd like to add a range values of two columns something like this 

#+begin_src elisp

#+Name: check
| User1 | User2 | Result |
|-------+-------+--------|
|     1 |     3 | [4]    |
|     4 |     8 | [4]    |
|     9 |     3 | [4]    |
|-------+-------+--------|
|     7 |     9 | [4]    |
#+TBLFM: @I$3..@II$3=@I$1..@2$1+@I$2..@II$2
#+end_src


But it does not work, so I am a bit puzzled. Any advice would be
welcome.

Uwe Brauer 




reply via email to

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