Count how many times a word appears in a range of cells

Billy Rock
✭✭✭✭
I am trying to use a cross sheet formula to count how many times specific words in a range of cells. I keep getting a 0 and not sure why. Any direction will be greatly appreciated. Below is the formula I used.
=COUNTIF({Touch Log - Detail Range 2}, FIND("Call", Submitter@row) > 0)
I hope that the screenshots help.
Tags:
Answers
-
Billy,
I'll take a shot and see if it works for you:
This would look for "Call" in the specific row and give you a value.
=COUNTIFS([Touch Type]@row, FIND("Call", @cell) > 0)
If you wanted to do it for the range, it would be something like:
=COUNTIFS([Touch Type]1:[Touch Type]3, FIND("Call", @cell) > 0)
Also the "Call" after FIND is case sensitive.
Hope that helps!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.7K Get Help
- 472 Global Discussions
- 200 Use Cases
- 514 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 520 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 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!