Auto Calculate SUM formula in Table

D

Dax Arroway

I have a blank table (not form) with headers which gets filled in, row by
row, as transactions occur. I'm trying to SUM one of the columns (simple SUM
function). I'm trying { SUM(ABOVE) } which works if the table is already
filled out. But if it's blank and gets filled in, the SUM does not calculate
or update automatically. I'd like it to keep a running tally. I've also
tried { SUM(F2:F17) } excel-like code for the cells of the table I'm trying
to SUM but I get the same results; it only adds information already there.
I'd like it to function like excel does, auto updating as the numbers get
entered. Are there field codes or another way to write this to get it to
happen in a Word03 table?
Thanks in advance,
Dax
 
D

Dax Arroway

Of course I meant: { =SUM(ABOVE) } and I'm using F9 to insert the curly
brackets not just typing them in. (fingers just type too darn FAST!) *blush*
 
D

Doug Robbins - Word MVP

Insert an Excel spreadsheet into the document in place of the table

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 
M

macropod

Hi Dax,

Although Word formulae do calculate automatically, they only do so dynamically in documents using formfields with the 'calculate on
exit' option checked. To get the SUM to update in an ordinary document, you'll need to select that cell and press F9. Alternatively,
do a Print Preview.
 
S

Stefan Blom

Note that although switching to Print Preview updates many fields, it
doesn't update formula fields (not even if the option to update fields
before printing is selected in Word Options).

--
Stefan Blom
Microsoft Word MVP



macropod said:
Hi Dax,

Although Word formulae do calculate automatically, they only do so
dynamically in documents using formfields with the 'calculate on exit'
option checked. To get the SUM to update in an ordinary document, you'll
need to select that cell and press F9. Alternatively, do a Print Preview.

--
Cheers
macropod
[Microsoft MVP - Word]


Dax Arroway said:
I have a blank table (not form) with headers which gets filled in, row by
row, as transactions occur. I'm trying to SUM one of the columns (simple
SUM
function). I'm trying { SUM(ABOVE) } which works if the table is already
filled out. But if it's blank and gets filled in, the SUM does not
calculate
or update automatically. I'd like it to keep a running tally. I've also
tried { SUM(F2:F17) } excel-like code for the cells of the table I'm
trying
to SUM but I get the same results; it only adds information already
there.
I'd like it to function like excel does, auto updating as the numbers get
entered. Are there field codes or another way to write this to get it to
happen in a Word03 table?
Thanks in advance,
Dax
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top