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
- 62.4K Get Help
- 364 Global Discussions
- 202 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 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!