Calculating SUM of Duration
I have a Smartsheet (Sheet A) that I use to track projects assigned to each employee and the duration of that project (a Start Date, End Date, and a Duration column with a formula that shows the individual duration for a specific task).
I have a separate Smartsheet (Sheet B) that I use for reporting purposes that looks at Sheet A to calculate the # of projects each employee has completed. I would like to be able to sum up the duration associated with each Employee. In the example below, I would expect Bob's Total Trip Duration to be 3 days + 2 days = 5 days, while Dave's would be 4 days. What are some ways I can achieve this?
Thank you in advance!
Best Answer
-
Hi!
First, I would make sure the "Total Trip Duration" column is also a duration column, and use this formula to reference Sheet A:
=SUMIFS({Duration}, {Assigned To}, ATS@row)
This will find the sum of the Duration column when the Assigned To column is equal to the name in the ATS row.
I hope this helps!
Renée Roberge
Answers
-
Hi!
First, I would make sure the "Total Trip Duration" column is also a duration column, and use this formula to reference Sheet A:
=SUMIFS({Duration}, {Assigned To}, ATS@row)
This will find the sum of the Duration column when the Assigned To column is equal to the name in the ATS row.
I hope this helps!
Renée Roberge
-
This worked @rrenee, thank you so much!!!
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!