Article ID: 113980 - Last Review: August 16, 2005 - Revision: 1.1 WD: Wrong Calculation Result with Bookmarks in TableThis article was previously published under Q113980 On This PageSYMPTOMS
A formula in Word may show an incorrect result if the calculation refers to
a bookmark in a table when the bookmark includes the entire cell.
For example, the following table has two cells, with a bookmark applied to the first cell:
--------------------
| 4 | 6 |
--------------------
^--test1---^
{ =test1*3 }
CAUSE
When the bookmark includes the cell's boundary, it also includes
information about the number of columns, which is then included in the
calculation.
WORKAROUND
To work around this problem, use either of the following methods.
Method 1Apply the bookmark only to the contents of a cell, not to the entire cell. This method is best when you expect that the contents of the cells won't change, or if you only reference one cell from the table.Method 2Use the following procedure to refer to the individual cells by applying a bookmark anywhere in the table. This method is most efficient when you need to use several cells from the table.
{ =SUM(Table1 A1) + SUM(Table1 B1) }
APPLIES TO
| Article Translations
|

Back to the top
