Parents and child rows
Options

BraydenH
✭
I am trying to get the parent rows to show the earliest and the latest start dates of the child rows. I found a work around by using the min function and inputting a range, but I want to know how to make the parent rows automatically populate based on the child rows under it?
Answers
-
Try using this in the parent row to find the minimum of the child rows below it.
=MIN(CHILDREN())
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!