Separately they work fine, but I have a bunch so combining these rules would be fantastic.
Both my attempts won't work
Is there ANY possible way to combine these rules?
Code:
=AND($M101="Male", NOT($H101="TN"))
Code:
=$H101="KY"
Both my attempts won't work
Code:
=OR($H101="KY"),AND($M101="Male", NOT($H101="TN"))
Code:
=AND($M101="Male", NOT($H101="TN")),OR($H101="KY")
Is there ANY possible way to combine these rules?