COUNTIF, Cross Sheet, Multiple Contacts
I am counting the number of times a contact is referenced in the Assigned column, cross sheet. There can be multiple contacts listed on each row but I am just looking for a total count of the number of times an individual is listed.
This is the formula I have, but returns unparseable.
=COUNTIF({Internal Comms Intake Range 1} HAS(@cell, "Amy Merck"))
Answers
-
Looks like you might just be missing a comma before your HAS function:
=COUNTIF({Internal Comms Intake Range 1}, HAS(@cell, "Amy Merck"))
-
-
Are you putting the formula in a column of type Contact List? If so, that column is expecting a contact to be entered and won't show a value for your COUNTIF formula. You'll need to either put your formula on a normal Text/Number column or create a Summary field on your sheet to display the count.
-
@David Tutwiler yes, lol that is exactly what happened. Thank you
-
No problem, glad it's working.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.6K Get Help
- 434 Global Discussions
- 153 Industry Talk
- 495 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!