if true AND nested or?
Trying to do a mail merge and can't figure this one out. Basically is:
If card = "Yes" AND (Donate = "Yes" or Amount <> "" or merit = "Yes") print "whatever I'm going to print".
So card needs to be yes for starters, and then if any of the conditions in the brackets are true then print otherwise do nothing. How would I do this?
Thanks.
JR
|