Article ID: 185056 - Last Review: January 22, 2007 - Revision: 1.1 WD97: Incorrect Formula Results Using ABOVE, BELOW, LEFT, RIGHTThis article was previously published under Q185056 On This PageSYMPTOMS
When you use a formula field in a table, the result is incorrect if the
following are true:
|------------------|
| 3 | <(Cell A1)
|------------------|
| | <(Cell A2)
|------------------|
| 4 | <(Cell A3)
|------------------|
| | <(Cell A4)
|------------------|
| 5 | <(Cell A5)
|------------------|
| {=SUM(ABOVE)} | <(Cell A6)
|------------------|
CAUSE
Word calculates all values correctly up to and including the first cell
after an empty table cell, and then stops.
WORKAROUND
To work around this problem, use either of the following methods.
Method 1: Type Zero (0) in Any Blank CellsType zero (0) in any blank cells included within the calculation range, for example:
|------------------|
| 3 | <(Cell A1)
|------------------|
| 0 | <(Cell A2)
|------------------|
| 4 | <(Cell A3)
|------------------|
| 0 | <(Cell A4)
|------------------|
| 5 | <(Cell A5)
|------------------|
| {=SUM(ABOVE)} | <(Cell A6)
|------------------|
Method 2: Use Cell ReferencesFor a range that contains one or more blank cells, use cell references to define the range instead of ABOVE, BELOW, LEFT, or RIGHT. For example, use the following formula field to obtain a correct result:
|------------------|
| 3 | <(Cell A1)
|------------------|
| | <(Cell A2)
|------------------|
| 4 | <(Cell A3)
|------------------|
| | <(Cell A4)
|------------------|
| 5 | <(Cell A5)
|------------------|
| {=SUM(A1:A5)} | <(Cell A6)
|------------------|
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. MORE INFORMATION
For additional information, please see the following articles in the
Microsoft Knowledge Base:
118521
(http://support.microsoft.com/kb/118521/EN-US/
)
WD: SUM Formula Does Not Update Correctly
105639 (http://support.microsoft.com/kb/105639/EN-US/ ) WD: Table Formula SUM(Above) Adds Number from Heading Row 113980 (http://support.microsoft.com/kb/113980/EN-US/ ) WD: Wrong Calculation Result with Bookmarks in Table | Article Translations
|


Back to the top
