Make a line graph of members over time
I want a dashboard widget that shows the growth of our group over time. I have a master roster with everyone's names and columns for the date that they started and ended. How can I show the number of people we had each quarter in a line graph?
Answers
-
@Sselby try this:
- Create a new sheet for your calculations
- Create Start Date and End Date columns and add those dates for each quarter.
- Then create rows for each quarter. In the next column add a formula that looks into your master roaster sheet and counts how many employees per quarter. It'd look something like this: =COUNTIFS({Master Roaster Start Date} >= [start date]@row, {master roaster End Date} <= [End Date]@row)
- Then you can pull that info into a report or dashboard (use graph widget and select line graph).
The calculation sheet would look something like this:
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!