View Single Post
  #11   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Stephen Green
 
Posts: n/a
Default Multiple conditions in merge

macropod!

Exactly what does this code mean? It the field is less than 50 and the
field is greater that 100 = 0???

Also, what does your PS mean? (The output text really should have ",
inclusive" at the end.)

Thanks

Stephen
"macropod" wrote in message
...
An alternative field construction is:
{IF{=({MERGEFIELD Amount}50)+({MERGEFIELD Amount}100)}= 0 "The amount is
between 50 and 100"}

Cheers
PS: The output text really should have ", inclusive" at the end.


"Stephen Green" wrote in message
...
I can't for the life of me figure out how to insert a field base on

multiple
conditions. What I'd like to do, for instance, is something like this:

If Amount = 50 And Amount =100 Then "The amount is between 50 and 100"

Can anyone help?

Stephen