View Single Post
  #2   Report Post  
Posted to microsoft.public.word.tables
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default =SUM(ABOVE) give incorrect result when there is only one row above

The formula { =SUM(ABOVE) } works fine here no matter how many rows there
are above the row in which that formula appears except in the case where a
row other than the first or last row in the range to be summed is blank.

That is the following work

Blank
Number
Blank
Result = Number

or

Blank
Number1
Number2
Blank
Result = Number1 + Number2

but

Number1
Blank
Number2
Result = Number2
--
Hope this helps

Doug Robbins - Word MVP
Please reply only to the newsgroups unless you wish to avail yourself of my
services on a paid, professional basis.

"Naresh Kumar Saini" wrote in
message ...
I am using a Word Template for preparing invoices for quite some time. This
Template is serving my purpose better than an Excel Template because of
better word processing capabilities of Word along with basic calculations
support in tables.

However, in my Template a formula [=SUM(ABOVE)] in a table give obviously
incorrect result when there is only one row above. I can attach a copy of
this Template if it is allowed by this Discussion Group, or send it by
email.
Meanwhile I try to explain the situation below:

This invoice would often have three or more Parts, e.g. Part-A, Part-B, .
Below each Part there is a row for Sub Total Part-X, and in this the Sub
Total is calculated with =SUM(ABOVE). But in cases when there is only one
row
in a given Part, the Sub Total Part-X [i.e. =SUM(ABOVE)] give obviously
incorrect result. The result is calculated correctly as soon as I insert
one
or more rows in this Part.

Luckily, the final Total is not affected by such incorrect =SUM(ABOVE)
formula result because it use a formula =SUM(F:F). This work because in
all
the row of Sub Total Part-X, the Sub Total is only visually displayed
below
column F but due to merged cells it is not actually in column F.
=SUM(ABOVE)
sums all consecutive rows visually above it but =SUM(F:F) sum all numbers
in
column F.

So I have to manually type in the Sub Total Part-X where there is only one
row in a given Part-X. Am I doing something wrong or is there a work
around?
A can attach a copy of this Template if it is allowed.

N.K.Saini