Word formula - HELP!

Z

zSplash

I am trying to do a formula in a table in Word. (What's the deal with MS
not using classical logic, as in VB -- it's so easy there, but so difficult
in Word/Excel!!!?)

Here's what I tried, unsuccessfully, where ff1 is a bookmark representing
the value of a form field within a table:
=IF((100-ff1=0) "" (100-ff1))

I have tried various machinations of this, to no avail. Please help me,
someone.....

TIA
 
S

Suzanne S. Barnhill

You're nearly there. Try this:

{ IF 100 - ff1 = 0 "" { = 100 - ff1 } }
 

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