Count distinct Collect
TDobson
✭✭✭
This formula does exactly what I want it to do. It counts one of a duplicate or triplicate value. Is there anyway to make it count only when there is more than 1 (IE duplicate) otherwise return "0".
=COUNT(DISTINCT(COLLECT({IFS Contract #}, {Sales Manager Name Only}, "manager")))
Answers
-
=IF(COUNT(DISTINCT(COLLECT({IFS Contract #}, {Sales Manager Name Only}, "manager"))) > 1 , COUNT(DISTINCT(COLLECT({IFS Contract #}, {Sales Manager Name Only}, "manager"))) , 0)
...
-
Thank you, however if i have followed your directions correctly it is still returning the exact number of entry's when there are no duplicates in the column. The number 35 needs to be 0. if there are entrys but no duplicates.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!