If with And

D

dee

Hi,
Am struggling with inserting:
no symbol if the field is blank (works fine)
if two conditions are true, display one symbol, otherwise another (doesn't
work)

Here is my syntax:

{symbol{if{=and {mergefield one} < 120 {if {mergefield 2} < 70 74 76} }} \f
wingdings}

Any help would be really appreciated!
 
G

Graham Mayor

If I understand correctly, you need both field results to be true to insert
one character or the other if not? Then see below. Note that the correct
spaces are crucial

{ Symbol { IF{ =({ IF{Mergefield One } < 120 0 1 } + { IF{ Mergefield Two }
< 70 0 1 }) } > 1 74 76} \f "Wingdings" }


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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