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
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!