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

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