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.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!