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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!