You could use something like
{ SET A { MERGEFIELD Field1 } }{ SET B { MERGEFIELD Field2 } }{ SET C { MERGEFIELD Field3 }}
{ IF{ =({ IF { A } ="Yes" 1 0 }+{ IF { B } ="Yes" 1 0 }+{ IF { C } ="Yes" 1 0 }) } > 0 "then insert this text which is relevant to yes" }
{ IF{ =({ IF { A } ="No" 1 0 }+{ IF { B } ="No" 1 0 }+{ IF { C } ="No" 1 0 }) } > 0 "then insert this text which is relevant to No" }
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
|