COUNTIFS a range with multiple assigned groups
pixel_
✭✭
Hello all,
I am trying to COUNTIF a range that includes multiple assigned groups in some cells. I would like to count rows that include "Dept 1". There is one row in particular that contains two assigned groups - "Dept 1" and "Dept 2" - that is not being counted This is my formula:
=COUNTIF({Sheet Range 4 - Department}, "Dept 1")
Any help would be appreciated. Thanks!!!
Comments
-
Try using a FIND function for your criteria
=COUNTIF({Sheet Range 4 - Department}, FIND("Dept 1", @cell) > 0)
-
That did the trick. Thank you so much, Paul!
-
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
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 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!