How to write a formula to add numbers from separate pages (Word)

P

Penstemon

I'd like to use quick Parts fields to write a formula that adds subtotals
from 4 different pages. I tried bookmarking each of the numbers but got a
syntax error.
Here's what I tried:
=SUM([sum1a]+[sum1b]+[sum1b]+[sum1c]+[sum1d])
 
M

macropod

Hi Penstemon,

At its simplest all you need is a formula field expressed as:
{=BkMk1+BkMk2+BkMk3+BkMk4}
where BkMk# is a value's bookmark name.

Note: The field brace pairs (ie '{ }') for the above example are created via Ctrl-F9 - you can't simply type them or copy & paste
them from this message.
 

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