I've tried this in multiple ways but I'm not having much luck. I need to be able to look up two separate columns - one with a date (greater than) and one with text (that contains) - with two different conditions. "Phase 2" would have both of these conditions met, "Phase 1" is anything else.
If anyone can help if at least I'm on the right track per below:
=IF(AND(M4>"08/01/2017",ISNUMBER(SEARCH("A",Q4)),"Phase 2",IF(AND(M4>"12/01/2017",ISNUMBER
(SEARCH("B",Q4))),"Phase 2","Phase 1"))
Any help is appreciated!
If anyone can help if at least I'm on the right track per below:
=IF(AND(M4>"08/01/2017",ISNUMBER(SEARCH("A",Q4)),"Phase 2",IF(AND(M4>"12/01/2017",ISNUMBER
(SEARCH("B",Q4))),"Phase 2","Phase 1"))
Any help is appreciated!