Forum Discussion

Jna3276's avatar
Jna3276
Copper Contributor
Sep 09, 2024

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

  • Jna3276 

    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"), "")
     

Resources