N
NCC
If you have a table with 3 columns or more and ONLY 3 rows, you can try this
to replicate the bug:
Qty Unit Cost Total
1 2.00 2.00
<---merged field---> {sum(above)}
You will realize that you will get a total of 5, instead of 2.
However, if you add in another row like this:
Qty Unit Cost Total
1 2.00 2.00
2 3.00 6.00
<---merged field---> {sum(above)}
You will get a total of 8.00, which is correct.
This problem occurs if the first row is a text row, second row with some
alpha numeric values, and third row is a merged columns while trying to sum
the above cell.
If you have two or more than numeric rows above the {=sum(above)}, it will
never occurs.
When can Micorsoft offers a patch for this? Other Office suit version has no
such problem.
Thanks
NCC
to replicate the bug:
Qty Unit Cost Total
1 2.00 2.00
<---merged field---> {sum(above)}
You will realize that you will get a total of 5, instead of 2.
However, if you add in another row like this:
Qty Unit Cost Total
1 2.00 2.00
2 3.00 6.00
<---merged field---> {sum(above)}
You will get a total of 8.00, which is correct.
This problem occurs if the first row is a text row, second row with some
alpha numeric values, and third row is a merged columns while trying to sum
the above cell.
If you have two or more than numeric rows above the {=sum(above)}, it will
never occurs.
When can Micorsoft offers a patch for this? Other Office suit version has no
such problem.
Thanks
NCC