Hello, I have the following formula, that works in my database:
=COUNTIF({Pain points}, (CONTAINS("CSMT", @cell )))
I need, however, to create another formula that contains this, but also adds another condition.
I have tried these but it wont work, any help please?
=COUNTIF({Pain points}, (CONTAINS("CSMT", @cell )), {Teams}, HAS(@cell , "Team 1")
=COUNTIF({Pain points}, (CONTAINS("CSMT", @cell )) AND {Teams}, (CONTAINS("Team 1", @cell )))
Thanks!