Countif Formula in Contact Column
I have created a summary sheet and one of my formulas is counting the number of times an email address appears in the column.
The formulas work when the column is "Text/Number" column, however, if I change it to a "Contact Column" the formula returns a 0 value which is not correct.
This is the formula (I have removed the email address for data protection reasons and replaced it with N/A). =COUNTIF([Chief Officer]:[Chief Officer], CONTAINS("N/A", @cell)).
It worked as a contact column previously, but decided to stop when I added new contacts to the list.
Best Answer
-
Try replacing Contains() with Find(criteria,criteria) > 0
Answers
-
Try replacing Contains() with Find(criteria,criteria) > 0
-
Many thanks Samuel,
This worked a treat, appreciate your help on this one!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!