I am having an issue when adding a "contains" function to my "countif" function. I am hoping someone can assist.
The current formula that I am using works perfectly for COUNTIF
=COUNTIF({Import RFI's Range 1}, "ADCVD")
When I convert the formula to include CONTAINS I get an INVALID ARGUMENT message.
=COUNTIF(CONTAINS({Import RFI's Range 1}, "ADCVD"))
I've tried a couple of different variations of the formula, but can't seem to get it right.
I would appreciate if anyone can assist.