COUNTIF Formula Only Works on Certain Rows

Hey Smartsheet Community, I am currently being stumped by this formula that for some reason only works in a few rows.
It is a COUNTIF formula that is counting the number of assignments each person has. I will paste it below:
=COUNTIFS({Resource Name}, FIND([Qarbon Owner]@row, @cell) > 0)
I have 29 people that I need to count their number of tasks assigned, and it only works on 2 of the rows for some reason.
Some more info on this, these were running fine until recently a coworker changed some of the data in the sheet and that's when it stopped working.
Any help here is much appreciated.
Thank you
Answers
-
Try:
=COUNTIFS({Resource Name}, CONTAINS([Qarbon Owner]@row, @cell))
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
If you are using a contact type column, the CONTAINS function will not work. What changes did the other person make?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!