On Jul 1, 2010, at 4:23 PM, Seweryn Kokot wrote:
Hi,
I have two tables - the second one refers with formulas to the first
table.
#+TBLNAME: table_one
|---+---|
| 1 | 2 |
|---+---|
| 3 | 4 |
|---+---|
#+TBLNAME: table_two
|---+---|
| 1 | 2 |
|---+---|
| 6 | 8 |
|---+---|
#+TBLFM: @2$1=2*re
Hi,
I have two tables - the second one refers with formulas to the first table.
#+TBLNAME: table_one
|---+---|
| 1 | 2 |
|---+---|
| 3 | 4 |
|---+---|
#+TBLNAME: table_two
|---+---|
| 1 | 2 |
|---+---|
| 6 | 8 |
|---+---|
#+TBLFM: @2$1=2*remote(table_one, A2)::@2$2=2*remote(table_one, B2)
Being