[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] table and field reference a la OO/LO
From: |
Thierry Banel |
Subject: |
Re: [O] table and field reference a la OO/LO |
Date: |
Sun, 23 Oct 2016 18:53:58 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 |
Le 23/10/2016 18:33, Uwe Brauer a écrit :
> Hi
>
> What I still missing in the otherwise excellent table/spreadsheet is a
> sort of coordinate system which would easily allow me to find the column
> and line number.
> I mean something like this.
>
> | 1/A | B | C | D |
> | 2 | 200 | 10 | 190 |
> | 3 | | | |
> #+TBLFM: address@hidden@2$3
>
> Which would allow be to have also $4=B2-C2 in the input bar.
>
> For the lines, I sometimes use an indirect buffer and turn on
> linum-mode
>
> But what could I do for the columns?
>
> Thanks
>
> Uwe Brauer
>
>
>
You may also try C-c ' in the D2 cell.
A new buffer displays the formula.
Moving the cursor through the formula highlights the involved cells.