Averages and sums in data based upon a name column
Hello,
I have a Smartsheet here with some data formatted by Name, Date, Number Done, and Hours. This data is populated by forms. Here's a live Smartsheet example:
https://app.smartsheet.com/b/publish?EQBCT=e6247aff028844ff9da1e4d0906860c2
Does anyone have any ideas how I can get the following:
- Total Sum of [Number Done] by Dopey for example across all columns
- Total Average [Hours] spent spent to finish exactly 1 [Number Done]
- Daily Average of [Number Done]
- How can I limit the Total Sum of [Number Done] by Dopey for the last 30 days?
Thank you!
Dr. St Nicholas Burrus DHA, PMP
I build Smartsheets for the US Government, State Government, and about a dozen of the US Fortune 100s.
Comments
-
1. =SUMIFS([Number Done]:[Number Done], Name:Name, "Dopey")
2. =AVG(COLLECT(average:average, Name:Name, "Dopey"))
3. =AVG(COLLECT([Number Done]:[Number Done], Name:Name, "Dopey"))
4. =SUMIFS([Number Done]:[Number Done], Name:Name, "Dopey", Date:Date, @cell >= TODAY(-30))
-
Did these suggestions work for you?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!