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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!