E
ericm
I use Word 2003. I've seen a lot of examples for math using formfields and
mergefields, but what if I want to evaluate an entry in one formfield in
order to diaplay certain TEXT in another formfield.
If you can follow my example, if it makes sense, what I'd like to do is this :
For the formfield named Text 2, the equation I want is this :
=if(Text1>1,"12","")
In other words, if Text1 is greater than 1, then Text2 should display "12",
else Text2 should display nothing. Instead of a result, I get a syntax error
on the quotes.
---------
Also what if I want to evaluate a TEXT entry in one formfield in order to
perform a calculation or display TEXT in another formfield?
For example, what's not working is this, for example in the formfield named
Text2 : =if(Text1="dog","has four legs",if(Text1="man","has two legs","")).
I get a syntax error on the quotes.
The above equation reads (I hope) as this : If Text1 equals "dog", then
Text2 displays "has four legs". If Text1 equals "man", then Text2 displays
"has two legs". If Text1 equals neither "dog" or "man", then Text2 displays
nothing.
What do I do?
Thanks.
- Eric
mergefields, but what if I want to evaluate an entry in one formfield in
order to diaplay certain TEXT in another formfield.
If you can follow my example, if it makes sense, what I'd like to do is this :
For the formfield named Text 2, the equation I want is this :
=if(Text1>1,"12","")
In other words, if Text1 is greater than 1, then Text2 should display "12",
else Text2 should display nothing. Instead of a result, I get a syntax error
on the quotes.
---------
Also what if I want to evaluate a TEXT entry in one formfield in order to
perform a calculation or display TEXT in another formfield?
For example, what's not working is this, for example in the formfield named
Text2 : =if(Text1="dog","has four legs",if(Text1="man","has two legs","")).
I get a syntax error on the quotes.
The above equation reads (I hope) as this : If Text1 equals "dog", then
Text2 displays "has four legs". If Text1 equals "man", then Text2 displays
"has two legs". If Text1 equals neither "dog" or "man", then Text2 displays
nothing.
What do I do?
Thanks.
- Eric