Countif / Countm ?
Hello everyone, I take the liberty of contacting you because I am trying to count the number of times the name "Sophie" appears in a column. But you should know that in a cell can be several names like Robert Peter Sophie Léa... I tried this formula which seemed to me the most consistent :
=COUNTIF(COUNTM({Range});Criterion))
I know that on excel the formula looks like :
=SUMPRODUCT((ISNUMBER(SEARCH(Sophie, range)))*1)
If you have an idea, I'm interested. And I'm sorry for my english....
Cordialy,
azerty64
Best Answers
-
Hey
It sounds like you have a multi-select contact column. If yes, try this
=COUNTIFS({range}, HAS(@cell, "specific person"))
Change to the specific person name you need or use [person]@row (without any quotes) if all the names are in a list on your target sheet. When using a specific person you will need to be mindful whether smartsheet is listing the name as a Contact name, or an email address - write it exactly the way that smartsheet does
-
The below should do the trick. Replace 'column' with your column name.
=COUNTIF([Column]:[Column], HAS(@cell, "Sophie"))
Answers
-
Hey
It sounds like you have a multi-select contact column. If yes, try this
=COUNTIFS({range}, HAS(@cell, "specific person"))
Change to the specific person name you need or use [person]@row (without any quotes) if all the names are in a list on your target sheet. When using a specific person you will need to be mindful whether smartsheet is listing the name as a Contact name, or an email address - write it exactly the way that smartsheet does
-
The below should do the trick. Replace 'column' with your column name.
=COUNTIF([Column]:[Column], HAS(@cell, "Sophie"))
-
I apologize for the delay in response !
Thank you for your solutions, they correspond to what I expected !!!
THANK YOU ! 😀
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!