I have a ticket tracker that I need and IF, OR formula to determine if either field has a Yes.
My formula works, but will only show Yes if BOTH of the other fields are Yes. I need it to say Yes if either of them are Yes.
=IF(OR([Started MRR less than $500?]@row = "Yes", [MRR Change less than $300?]@row = "Yes"), "Yes", "No")
Can someone help me?