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.5K Get Help
- 430 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!