Show my "up next date" based on the child-parent task relationship?
Hi! I've been using the MIN and MAX children functions to roll up dates from child tasks, or sub-tasks, to the parent task.
I also want to create a column that looks at the dates of each sub-tasks and grabs the one closest to today's date so I know the "next upcoming due date" among a parent's children/sub-tasks. What would be the best way to write that formula? Is that possible?
If it's helpful, here's an example:
- I have the parent task "Initiative 1"
- It has 4 child tasks "Step 1, Step 2, Step 3, Step 4"
- Step 1 is giving me my min/start date
- Step 4 is giving me my max/end date
- Step 1 is complete and I want to have a column that pulls step 2 date to the parent task so I know the next upcoming date or milestone on Initiative 1
- How do I show Step 2's date on Initiative 1 (parent task/row) and without doing it manually?
Answers
-
Try something like this:
=MIN(COLLECT(CHILDREN(), CHILDREN(), @cell >= TODAY()))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 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!