How I write a complex equation using mergefields in Word 2000?

D

DDgolf18

I am trying to formulate an equation as follows:
= (A+ B) – Int(C * (A + B/C))

I keep getting Syntax errors or the incorrect result due to improper
sequence of calculations. I have tried everything I know to do.

Thanks.
 
M

macropod

Hi,

The main problem with the example you posted is that the '-' you used is not
a minus sign. Try:
=(A+B)-INT(C*(A+B/C))

Cheers
PS:
=(A+B)-INT(C*(A+B/C))
is the same as:
=(A+B)-INT(C*A+B)
 

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