Hello,
I have the following formula written, but it’s not returning both ‘true’ or ‘false.’ Would love for feedback:
AND(Q2=“abc”,G2=“D”,ISNUMBER(Match(k2,abc_dom,0)))
Essentially, want to say if cell Q2=abc, and g2=d (that’s true) and if cell K2 matches the list from abc_dom, return false...