Calculating daily and last 30 days averages based on form submissions
Hello,
I am collecting daily form submissions and want to have a dashboard to report on key metrics from these submissions. See screenshot.
Here's what I want to calculate:
- Daily average for columns Role, Identity, Technique, Quality of Day, and My Score Today. At the end of the day I need to see what TODAY's average number is for each of those columns, using only data collected on today's date.
- 30-day rolling average for each of the above mentioned columns.
I'm guessing I need to calculate this in the cells above, to be able to put onto a dashboard with a barometer type widget.
Can anyone help with the correct formula to display these numbers please? Can I then push these numbers through to a Smartsheet dashboard?
Answers
-
I would suggest a separate metrics sheet. One column would be dates where you have a rolling 30 day period. My suggestion for this would be a text/number column (called "number") with the numbers 30-0 going down.
Then in the date column:
=TODAY() - Number@row
What should happen now is you have today's date on the bottom row and then decreasing as you go up.
Then you would run your calculations for your averages based on these dates. Something like...
=AVG(COLLECT({Form Sheet Role Column}, {Form Sheet Entry Date Column}, @cell = [Date Column]@row))
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!