Welcome to the community, @Partners_MLC! :grinning_face_with_big_eyes: Looking at your formula, you’ve got four items in there, but two of them are literal strings, and there are no comparison operators. My guess is that you want that AND()
function to return True when {Collective Service}
is equal to “Legal,” and {Support Type}
is equal to “Divorce.” Is that correct? If so, here’s the altered formula:
AND({Collective Service}="Legal", {Support Type}="Divorce")