Forum Discussion

Jna3276's avatar
Jna3276
Copper Contributor
Aug 27, 2024

Formula Excel Help

Hi,   I'd like to create a formula which looks at column F and if it contains words, "Jay", "Em" then to go to column B AND C and if they both state 'Complete' or 'NA' then to return words in colum...
  • HansVogelaar's avatar
    HansVogelaar
    Aug 28, 2024

    Jna3276 

    Try this formula:

     

    =IF(OR([@[Name]]={"Jay","Em"}), IF(SUM(COUNTIF(Table1[@[Servicing Status]:[Complaint Status]], {"Complete","NA"}))=2, "Case Closed", "Case Open"), "")

     

    (Change Name to the real name of that column)

Resources