Word Equations

P

Phyllis

I am trying to set up an equation to include a "mergfield total" in a word document. I want to calculate 30% of the mergefield total - displaying only the product results on my document. I am having trouble getting the calculations to include the mergefield total. Any ideas?
 
P

Peter Hewett

Hi =?Utf-8?B?UGh5bGxpcw==?= (love the name!)

It pretty easy. In the main document insert a Formula Field (a field with an
equals sign in it):
{ = }

Now in you Fomula field insert a merge field:
{ = {MERGEFIELD Cost} }

Now perform a calculation on the merged value:
{ = {MERGEFIELD Cost} * 1.25 }

Now format the output (if required)
{ = {MERGEFIELD Cost} * 1.25 \#,###.00 }

HTH + Cheers - Peter
 
M

macropod

Hi Philis,

Try:
{={MERGEFIELD total}*.3 \# $,0.00}

Cheers
PS: Braces are created in pairs via Ctrl-F9. Change the numeric picture
switches to suit your requirements.

Phyllis said:
I am trying to set up an equation to include a "mergfield total" in a word
document. I want to calculate 30% of the mergefield total - displaying only
the product results on my document. I am having trouble getting the
calculations to include the mergefield total. Any ideas?
 

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