Hi there,
I've been playing around with an if/and/or formula but I can't get it to work. Can someone please review my formula and tell me what I'm doing wrong?
What the formula should do is to indicate "Yes" if status of row X and row Y is any combination of "Yes" or "N/A". If there is a "No" in any either of those rows, the result of the formula should be "No". For example, row X = "Yes" and row Y = "N/A", the formula should result in a "Yes". However, something is wrong because all "Yes" and/or "N/A" combinations are yielding a "No" result :(
This is the formula I came up with =IF(AND(OR([All Required Documents Shared via Sherlock]2 = "Yes", [All Required Documents Shared via Sherlock]2 = "N/A"), [Comp Tool Attached]2 = "Yes", [Comp Tool Attached]2 = "N/A"), "Yes", "No")
Thanks in advance!!