WD2000: Incorrect Total When Table Has More Than 85 RowsID: Q193881
|
When you update a formula field in a table, the result is incorrect if
the following are true:
This problem occurs when a finite length string is overrun because too many cells are referenced in the formula. The field =Sum(Above) is translated to =Sum(a1+b1+c1...) and eventually it gets too long for the string.
Use one of the following methods to workaround this problem:
{=Sum(Above)}
{=Sum(A1:A87)}where A1 and A87 represent the first and last cells in the range.
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
Additional query words: wrong bad limit error
Keywords : kbdta wd2000
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: July 15, 1999