Work Column
kwluce
✭
Hi all -
I'm trying to add a "work" column similar to that of Microsoft project. Specifically, I'd like the work of the child tasks to roll up to the parent tasks:
Parent task 1 (3 - Sum of child tasks)
- Child task 1 (1 hour)
- Child task 2 (1 hour)
- Child task 3 (1 hour)
Is there a way to do this?
Tags:
Comments
-
Hi kwluce,
=SUM(CHILDREN()) will do what you need. As long as the Child work values are directly below the Parent, this is all you need.
If you want the SUM value to appear elsewhere, you'll need to reference the Parent so the formula can determine the Child values, e.g.:
=SUM(CHILDREN(Work1))
Kind regards,
Chris McKay
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
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!