Attendance tracking an reporting on trends
Hi, I am looking for a way to track attendance to multiple events for about 500 people. The same 500 people would attend some or all of the events. Right now, I have a sheet setup with the rows showing the 500 participants and the columns indicate the event. I use symbols to track their attendance (attended, RSVPed but no show, did not RSVP, cancelled last minute).
I would like to see certain trends, such as who attended from certain organizations, what organizations tend to register for the event but then drop out, and which organizations have the best attendance record.
Would appreciate any guidance on this.
Thank you
Answers
-
Hi @NSAN,
You could get theses metrics by using the COUNTIF or COUNTIFS functions. These functions count the number of cells within a range that meet all of the specified criteria.
Here's a formula example:
=COUNTIFS(Organization:Organization, "Smartsheet", Attendance:Attendance, "Attended")
=COUNTIFS(Organization:Organization, "Smartsheet", Attendance:Attendance, "Cancelled")
If needed, more information on the COUNTIFS function can be found in our help article: https://help.smartsheet.com/function/countifs
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!