COUNT for contact
Eric Laitenberger
✭✭✭✭✭
Hi,
I would like count the number of contact column.
Could you give me the formula
Answers
-
Hi there,
Are you trying to count the number of contacts in the column including duplicates?
COUNT([Contact]:[Contact])
Or excluding duplicates?
COUNT(DISTINCT([Contact]:[Contact]))
-
Alternatively if you're counting the number of time each contact appear in a grid use the below:
In a separate grid, list all your contact on a separate row then use the formula:
=COUNTIF({range with the contact names}, FIND(Contact@row, @cell) > 0)
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives