How do I create a formula to count a key phrase in a sheet?
I'm looking to have a count of how many times a person's name is referenced in a sheet I created. I am trying to create a formula that will recognize the name even when there are other names included in the cell.
I am referencing ANOTHER sheet in my formula which is where the trouble has started for me…
Ex.
=COUNTIF([{Ops Bullets Tracker Range 2}]:[{Ops Bullets Tracker Range 2}], CONTAINS("Eric Wagner", @cell))
and I keep getting the #UNPARSABLE error
Best Answers
-
The structure of your formula is off a bit:
Try:
=COUNTIF({Ops Bullets Tracker Range 2}, CONTAINS("Eric Wagner", @cell))
-
Thank you SO much - that worked. I really appreciate your help!
Answers
-
The structure of your formula is off a bit:
Try:
=COUNTIF({Ops Bullets Tracker Range 2}, CONTAINS("Eric Wagner", @cell))
-
Thank you SO much - that worked. I really appreciate your help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!