Or you take another approach
{ IF { ={ IF { Number1 } > 10 1 0 } * { IF{ Number2 } > 5 1 0 } } = 1 "Both
conditions are true" "Both conditions are not true"}
Or you could check whether any are true
{ IF { ={ IF { Number1 } > 10 1 0 } + { IF{ Number2 } > 5 1 0 } } = 0
"Neither condition is true" }{ IF { ={ IF { Number1 } > 10 1 0 } + { IF{
Number2 } > 5 1 0 } } = 1 "One condition is true" }{ IF { ={ IF { Number1 }
10 1 0 } + { IF{ Number2 } > 5 1 0 } } = 2 "Both conditions are true" }
There are more examples on my web site
http://www.gmayor.com/formatting_word_fields.htm
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>