View Single Post
 
Old 02-04-2015, 06:00 PM
donaldadams1951 donaldadams1951 is offline Windows XP Office 2010 32bit
Advanced Beginner
 
Join Date: Dec 2013
Location: San Francisco Bay Area
Posts: 37
donaldadams1951 is on a distinguished road
Default Read cell from one table into another

Word 2010

I have given a table the name TEST.

I now want to refer to this this table in a table called TEST2.

I have the following values in TEST table...

A2 = 1
B2 = 2
C2 = 3

I want the second table called TEST2, cell B3 to show the value in table TEST, cell B2.

I have put the cursor in TEST2, B3 cell. I clicked Formula on the Layout tab and entered the following in the Formula field.

=SUM(TEST B2)


When I click [OK] I get the following error...

!Undefined Bookmark, TEST
Reply With Quote