The information in this article applies to:
SYMPTOMS
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.
The next paragraph contains a field that multiplies the bookmark:
{=test1*3 }The result of the field is 30, but it should be 12. CAUSEWhen you create a bookmark for a table cell, the bookmark refers to the entire table. Therefore, when you use the bookmark as part of a Formula field, the values stored in the table are summed and are used by Word as the value of the bookmark. WORKAROUNDTo 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 individual cells of the table by applying a bookmark to the entire table. This method is most efficient when you need to use several cells from the table. To use this method, follow these steps:
{ =SUM(Table1 A1) + SUM(Table1 B1) } Additional query words:
Keywords : kbdta kbfield word97 kbtable |
Last Reviewed: August 18, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |