COUNTIF + CONTAINS - how do I incorporate them both?
I'm trying to count how many times a value is used in a column. Sometimes the values are alone, sometimes there are multiple in a cell.
I got my COUNTIF formula down: =COUNTIF({Christoph Comms Tracker Audience Category}, "Select SMG Employees")
But I want to change it so it counts cells that include the value (along with other values).
So, if we're using the screenshot below, I want the formula to count 3 Analysts, 2 Media, 3 SMG Employees, etc.
I tried to incorporate CONTAINS, but I'm getting "Incorrect Arguement Set" (formula below)
=COUNTIF({Christoph Comms Tracker Audience Category}, CONTAINS("Select SMG Employees"))
Am I placing it wrong?
Best Answers
-
-
Hello @nicoleejordannn
Please try this
COUNTIFS({Status}, "Completed", {Christoph Comms Tracker Range 1}, HAS(@cell, "All Employees"))
Answers
-
-
Thank you so much, @che.rabajante! It worked!
-
Hi @che.rabajante - one more element I'm adding to the formula. I only want it to count an activity if another column named "Status" has the word "Completed"
So my current formula is: =COUNTIF({Christoph Comms Tracker Range 1}, HAS(@cell, "All Employees"))
I think I need to update it to COUNTIFS and then add AND HAS(@cell, "Completed")......
Thanks in advance for any insight!\
Screenshot of sheet where I'm pulling data from:
-
Hello @nicoleejordannn
Please try this
COUNTIFS({Status}, "Completed", {Christoph Comms Tracker Range 1}, HAS(@cell, "All Employees"))
-
You are a lifesaver. Thank you so so much, it worked! @che.rabajante
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!