Counting people
Hi Smartsheet Community
I use smartsheet to manage volunteer opportunities for my organization. One sheet details the employee, event, date, etc. for the whole year. I want to find out how many total employees volunteer without having to go through the entire list and cross out duplicates. Any tips on how to do that?
thank you!
Best Answer
-
=COUNT(DISTINCT([Employee]:[Employee]))
Replace [Employee] if your column has a difference name. This will essentially generate a list of distinct entries and then count them.
Answers
-
=COUNT(DISTINCT([Employee]:[Employee]))
Replace [Employee] if your column has a difference name. This will essentially generate a list of distinct entries and then count them.
-
You're the man Carson! Thank you. What if I want to take it a step further and count how many employees participated in X or Y over the year?
-
=COUNT(DISTINCT(COLLECT([Employee]:[Employee], [Activity]:[Activity], "X")))
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!