Counting a Specific Word in a Multi-Select Column

Hammermill21
βββββ
Hello!
I am trying to count a center word in a column that has multi-select and it is just not working. This is what I have now:
=COUNTIFS({Lakeside Village Opening - Action Items Range 1}, [Primary Column]@row, {Coronavirus Unified Working Group - Action Range 1}, $[Column4]$7)
The [Primary Column]@row is the word that is in a multi-select column.
Thank you!!
Answers
-
Try using a CONTAINS function...
=COUNTIFS({Lakeside Village Opening - Action Items Range 1}, CONTAINS([Primary Column]@row, @cell), {Coronavirus Unified Working Group - Action Range 1}, $[Column4]$7)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!