Thread: [Solved] if true AND nested or?
View Single Post
 
Old 10-13-2017, 10:16 PM
jriker1 jriker1 is offline Windows 10 Office 2016
Novice
 
Join Date: Oct 2017
Posts: 3
jriker1 is on a distinguished road
Default 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
Reply With Quote