Countif and Contains formula
Hello,
I am needing a formal that counts items that are the following:
Range 1 = Consultation
Range 2 = Completed
Range 3 CONTAINS Ute Mountain Ute Tribe
The below is what I have, but it says it is umparseable.
=COUNTIFS({CDHS Tribal Team Range 1}, "Consultation", {CDHS Tribal Team Range 2}, "Completed", ({CDHS Tribal Liaison Team Activity Log Range 1}, CONTAINS("Ute Mountain Ute Tribe", @cell)))
Best Answer
-
Looks like too many parentheses maybe?
Does this work instead?
=COUNTIFS({CDHS Tribal Team Range 1}, "Consultation", {CDHS Tribal Team Range 2}, "Completed", {CDHS Tribal Liaison Team Activity Log Range 1}, CONTAINS("Ute Mountain Ute Tribe", @cell))
Cheers,
Ramzi
Ramzi Khuri - Principal Consultant @ Cedar Tree Consulting (www.cedartreeconsulting.com)
Feel free to email me: [email protected]
💡 If this post helped you out, please help the Community by marking it as the accepted answer/helpful.
Answers
-
Looks like too many parentheses maybe?
Does this work instead?
=COUNTIFS({CDHS Tribal Team Range 1}, "Consultation", {CDHS Tribal Team Range 2}, "Completed", {CDHS Tribal Liaison Team Activity Log Range 1}, CONTAINS("Ute Mountain Ute Tribe", @cell))
Cheers,
Ramzi
Ramzi Khuri - Principal Consultant @ Cedar Tree Consulting (www.cedartreeconsulting.com)
Feel free to email me: [email protected]
💡 If this post helped you out, please help the Community by marking it as the accepted answer/helpful.
-
Thank you! That was the problem!
Help Article Resources
Categories
Check out the Formula Handbook template!