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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!