COUNTIFS to count when a cell contains any version of a word I want to count

Girv
✭✭✭
How do I indicate that I would like to count any time the cell has "DESIGN" in it whether the cell says exactly "DESIGN" or "re-DESIGN"?
Tags:
Comments
-
Something like this:
=COUNTIFS( range , FIND("DESIGN", UPPER(@cell)) > 0)
where range is likely a column reference. This will also count "design" and "re-design". If you don't need that, remove the UPPER()
Craig
-
hi J. Craig
How about if I the range is a different sheet and I need to find the number 17 in.
=COUNTIFS({Range 4}, FIND("17", @cell))
or
=COUNTIF(FIND("17", {Range 4}))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 203 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 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!