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
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!