word field formula

D

dave

i am attempting to create a field on a word document by adding two mail
merged fields
field 1 - COFA:Cost
field 2 - COFA:Fine
i keep getting a syntax error on just about any way i tried it

exp: =sum(COFA:Fine+COFA:Cost)
 
P

Peter Jamieson

You need a nested field like

{ ={ MERGEFIELD COFA:Cost }+{ MERGEFIELD COFA:Fine} }

where all the {} are the special field code braces you can enter using
ctrl-F9, { MERGEFIELD COFA:Cost } is the mergefield you would use to insert
the COFA:Cost value (it may need double quotes around COFA:Cost, for
example). Use Alt-F9 to see what's there already.

Peter Jamieson
 

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