I am having trouble counting the number of contact or lack of in two different instances.
Count Assigned to Business
Count non-blank contacts (exclude those that contain the word "business")
First Metric:
I would like to count the number of times my contact field has the word "Business" in it. I've tried the formula below and I get #UNPARSEABLE
=COUNTIF({Import RFI's - NO TECHNICAL DATA Range 1}, FIND("Business"@cell))
Second Metric:
I would like to count the number of time that {Import RFI's - NO TECHNICAL DATA Range 1} is ISNOTBLANK, while excluding any instances that have the word "Business" them.