Forum Discussion
Jna3276
Sep 09, 2024Copper Contributor
Re: Formula Excel Help
I'd like to add word withdrawn to the list, if this is found in both or either Servicing / Complaint Status then the return values should be Case closed, like it does for Complete or NA
1 Reply
Sort By
Thanks. Since you're still looking at 2 columns, you should use =2, not =3:
=IF(OR([@[Name]]={"Jay","Em"}), IF(SUM(COUNTIF(Table1[@[Servicing Status]:[Complaint Status]], {"Complete","NA","Withdrawn"}))=2, "Case Closed", "Case Open"), "")