COUNTIFS & CONTAINS (cross sheets)
Trying to count following:
Any row on reference sheet in the YEAR column that is equal to "2025", CONTENT TYPE ="US" (dropdown column, single select), TEAM = "EU4" (dropdown column, single select), CRITERIA column contains "Pan-EU" (dropdown column). I have tried everything and works fine until I use Contains. I get #UNPARSEABLE error. All cross sheet references. Why won't this work?!
=COUNTIFS({Content Type}, "US Original TV", {Year}, "2025", {Team}, "EU4", {Campaign Criteria},(CONTAINS ("Pan-EU",@cell)))
Best Answer
-
You don't need the parenthesis around the entire function, and you have a space between the function and its opening parenthesis.
…{Campaign Criteria},CONTAINS("Pan-EU",@cell))
Answers
-
You don't need the parenthesis around the entire function, and you have a space between the function and its opening parenthesis.
…{Campaign Criteria},CONTAINS("Pan-EU",@cell))
-
Thanks so much - kicking myself i didn't know this!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!