Good morning! I am trying to create a rule that achieves the following:
If Column C says "Yes" and/or Column D says "Yes" then say "Yes" in column E.
This is what I was using but it is erroring out on me, and I am not sure what else I need to use. Thanks!
=IF(AND(C2="Yes",D2="Yes")),"Yes","No")
If Column C says "Yes" and/or Column D says "Yes" then say "Yes" in column E.
This is what I was using but it is erroring out on me, and I am not sure what else I need to use. Thanks!
=IF(AND(C2="Yes",D2="Yes")),"Yes","No")