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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 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!