Wanting to do and conditions in the if statement

D

Del Peterson

I would like to be able to have an AND condition in my if
statement. Is this possible?

{IF {MERGEFIELD MF1}=VBF1 is null "Text 1" "Text 2"}
{IF {MERGEFIELD MF2}>=10000 "Text 1" "Text 2"}

So I want to be able to combine the two if conditions so
it will produce one result.

Thanks for any assistance you may be able to provide.

Del
 
G

Graham Mayor

You need to nest the conditional statements. It is not clear what your first
statement requires in respect to VBF and null, however see
{IF{MERGEFIELD MF1}="VBF1" "{IF {MERGEFIELD MF2}>=10000 "Text 1" "Text 2"}"
"Text2"}

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
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