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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!