Reporting/dashboard on form entries
Our Referrals departments has recently started utilizing a smartsheet form to track key information on each referral that comes into our hospice. Each team member completes & submits the form when they get a referral. I have the sheet set to automatically date/time stamp each row as it comes in. The department heads are requesting some reporting that I would like to display in a dashboard. Here are the main 2 data points we are looking to capture.
1: Ability to see month over month how many referrals were submitted.
2: Ability to track how many referrals were submitted by each team member and previous month to current month.
I had created a couple reports, but they would require manual updating each month to update the month. Looking for something more automated.
All recommendations welcome! Thank you.
Best Answers
-
The fastest, easiest way imo:
Build a helper column on primary page with column formula =month(created@row)
1) run sums on the months in the helper column in summary data or on another sheet
2)
Build out a summary data sheet using formula =countifs(created:created, =month(today()), [team member]:[team member], "Laura") - which gives you how many referrals Laura had this month.
Summary data sheet also has a column with =countifs(created:created, =(month(today()-1)), [team member]:[team member], "Laura") - which gives you her numbers for last month
Pull a report on the summary data sheet to show the comparison.
-
Ah, typo.
Should be ...=month(today())-1), [team...
The way it was typed it subtracts a day, not a month.
Answers
-
The fastest, easiest way imo:
Build a helper column on primary page with column formula =month(created@row)
1) run sums on the months in the helper column in summary data or on another sheet
2)
Build out a summary data sheet using formula =countifs(created:created, =month(today()), [team member]:[team member], "Laura") - which gives you how many referrals Laura had this month.
Summary data sheet also has a column with =countifs(created:created, =(month(today()-1)), [team member]:[team member], "Laura") - which gives you her numbers for last month
Pull a report on the summary data sheet to show the comparison.
-
@Austin Smith Thank you so much! This works, except when I enter the second formula with the -1 to tally the previously month, for some reason the -1 doesn't seem to be registering and it is still tallying the current month. Do you have any suggestions or thoughts on why that might be occurring?
Thanks again!
-
Ah, typo.
Should be ...=month(today())-1), [team...
The way it was typed it subtracts a day, not a month.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!