reference a cell in another table

S

Stephan Laska

Hi all,
I created a test page to see if I can get this to work
I created two tables on a page,
highlighted one table, did insert->bookmark and called it 'source'
I filled the cells with various values

I went to the next table and tried to get the a value
from any cell to appear in the second table. didn't happen.
my formula was {=source A2 }

what am I doing wrong?
 
G

Greg Maxey

If your values are numerical you would use {=Sum(source A2)}

If the values are text you would need to create bookmarks for each cell
in the source table and used REF fields in the destination table.
 
H

Helmut Weber

Hi Stephan,

maybe like this:

{ = REF Test \* MERGEFORMAT }

whereby "Test" is my bookmark's name.


--
Greetings from Bavaria, Germany

Helmut Weber, MVP WordVBA

Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
 
S

Stephan Laska

Greg Maxey said:
If your values are numerical you would use {=Sum(source A2)}

ah, so I need to use SUM even though I am only "summing" one cell.
If the values are text you would need to create bookmarks for each cell
in the source table and used REF fields in the destination table.


yikes! too much work! lol
 
G

Greg Maxey

There is another way. Copy the source cell text and paste special
paste as link in the destination cell. This creates an OLE link in the
destination cell to the source cell.

Very similiar to the REF method, but not as labor intensive.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top