Formula
Hi Community. I have what I believe is a simple formula question, but I have honestly just about everything. In short, I have a Sheet with an Assigned To Contact List column where they value may be a single person, or multiple names. I am trying to count the number of times per individual. Such as, I many time within the Sheet and the Assigned To column is Billy Bob, Susan Smith, etc.
Best Answer
-
The + "" will convert the cell value to a string that's eligible for a comparison of the CONTAINS function.
Happy to help.
Gia Thinh Technology - Smartsheet Solution Partner.
Answers
-
Hi @Bruce Case
Please try using the following formula. In it, I want to count the number of times the name "Gia Thinh Co." appears in the Assigned To column. The expected result is 4.
=COUNTIFS([Assigned To]:[Assigned To], CONTAINS("GIA THINH Co.", @cell + ""))
Hope it works for you.
Gia Thinh Technology - Smartsheet Solution Partner.
-
Thank you! That worked. I was missing the + "" after the @cell at the end.
-
The + "" will convert the cell value to a string that's eligible for a comparison of the CONTAINS function.
Happy to help.
Gia Thinh Technology - Smartsheet Solution Partner.
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
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives