Hi, I cannot seem to get this formula to work —
I want to flag any requests for rapid ads (ad request type contains "rapid" for two types of classifications (class type contains "mgr" or "sup"). This is what the formula looks like but it is not working properly so I know something is wrong… any help would be most appreciated?
=IF(CONTAINS([AD REQUEST TYPE]@row, "RAPID"), AND(OR(CONTAINS([CLASS TITLE]@row, "sup"),
CONTAINS([CLASS TITLE]@row, "mgr"))),"do not rapid post unless specialist capacity"," "