Contains Function cannot find value for contact list data type

Hello,
I'm trying to use the COUNTIF and CONTAINS functions to count the values in the percent column based off the values in the Names column with the contact list column type.
Here is the formula I have so far:
=SUMIF(Names1:Names3, CONTAINS("Anthony", @cell), Percent1:Percent3)
And here is the data:
When I change the data type to text, it works. But when I have the Names column set to the contact list data type, it returns 0 (I'm assuming that means the CONTAINS function found no matches).
Is there a different function I should be using other than CONTAINS that will work with contact lists?
Thanks!
Anthony
Answers
-
Hello @Anthony893
In my experience using formulas on Contacts List columns can be problematic.
You may want to explore using a helper column next to "Names" that is text with ="[Names]@row"
Then use your formula against the helper column to achieve your desired result.
https://www.linkedin.com/in/zchrispalmer/
-
Hey @Mr. Chris,
Thanks for the quick reply, I think that's going to be my best solution.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 466 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!