Calculating Average Submissions Per Day Formula
I cannot figure out what formula to use, and what rows to use in order to calculate how many submissions a day I receive on my sheet. Does anyone have examples of how they've calculated. I have the following date-related columns:
Created Date
Due Date
Date Completed
Days to Complete (a formula using the due date & date added columns)
Thanks!
Answers
-
Have you tried grouping by Count by Created Date? or using a sheet summary to average by created date count?
-
I'm not sure how to do grouping outside of reports, is that a feature? I do utilize the sheet summary--but I'm not sure which columns to leverage in order to get that "Average submissions per day" number.
-
@Sam Clapp I don't know if this helps with what you're trying to do but I thought it might.
=COUNT([Absence Date]:[Absence Date]) / COUNT(DISTINCT([Absence Date]:[Absence Date]))
In my example sheet here I have 4944 entries/submissions, on 35 different days (used DISTINCT in the formula so I can count the days to divide the submissions by). 4944 (first half of formula) divided by 35 (second half of formula) comes out to 141.25 submissions per day.
You should be able to replace Absence Date with Created Date in the above formula and have your average. I hope this helps!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!