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
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!