Can anyone tell me how to reference one cell in a previous table in a new table.
P PatG Mar 18, 2009 #1 Can anyone tell me how to reference one cell in a previous table in a new table.
S Suzanne S. Barnhill Mar 18, 2009 #2 Have you looked at the Help topic "Referencing cells in a table," specifically the part "Reference cells in another table"? -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA http://word.mvps.org
Have you looked at the Help topic "Referencing cells in a table," specifically the part "Reference cells in another table"? -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA http://word.mvps.org
M macropod Mar 19, 2009 #3 Hi Pat, For both your cell referencing and cell address problems, check out my Word Field Maths Tutorial, at: http://www.wopr.com/index.php?showtopic=365442&st=0&p=365442&#entry365442 or http://www.gmayor.com/downloads.htm#Third_party
Hi Pat, For both your cell referencing and cell address problems, check out my Word Field Maths Tutorial, at: http://www.wopr.com/index.php?showtopic=365442&st=0&p=365442&#entry365442 or http://www.gmayor.com/downloads.htm#Third_party
P PatG Mar 19, 2009 #4 Yes, I've tried that but continue to get a "syntax error" message... I have used the formula ={(TableRef1D11)} "TableRef" being the bookmark for the referenced table... see anything wrong with the syntax?
Yes, I've tried that but continue to get a "syntax error" message... I have used the formula ={(TableRef1D11)} "TableRef" being the bookmark for the referenced table... see anything wrong with the syntax?
M macropod Mar 19, 2009 #5 Hi Pat, Try: {=SUM(TableRef1 D11)} For more information on this and a wide range of other calculations in Word, check out my Word Field Maths Tutorial, at: http://www.wopr.com/index.php?showtopic=365442&st=0&p=365442&#entry365442 or http://www.gmayor.com/downloads.htm#Third_party
Hi Pat, Try: {=SUM(TableRef1 D11)} For more information on this and a wide range of other calculations in Word, check out my Word Field Maths Tutorial, at: http://www.wopr.com/index.php?showtopic=365442&st=0&p=365442&#entry365442 or http://www.gmayor.com/downloads.htm#Third_party
S Suzanne S. Barnhill Mar 19, 2009 #6 Perhaps you should try { = (TableRef D11) }? -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA http://word.mvps.org
Perhaps you should try { = (TableRef D11) }? -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA http://word.mvps.org