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
- 66.5K Get Help
- 434 Global Discussions
- 152 Industry Talk
- 494 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 506 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!