How do I make an instance of a table?

K

Kashgarinn

I want to make an instance of a table.

This means that I want a table which is a copy of the original table
but whenever I change something in the original table, it updates th
instanced table.

Anyone know how?

K
 
L

Llobid

Sounds to me like all you will need to do is put the formula "=A1
(provided that is the first cell you want copied to the duplicat
table...into the first cell for the duplicate table. Then all you woul
have to do is fill the value to the necessary cells and you should hav
a duplicate table
 
A

Anders S

Kashgarinn,

One way,
- select the original table
- Copy
- select the cell where you want the mirrored table to be entered
- Edit>Paste Special>Paste link.

HTH
Anders Silven
 
Top