How to get dates to roll up for parent/child?

YH_2022
✭
When you have a parent/child association, why do the dates not role up?
For the percentage complete, I changed the project settings and put a check box in the dependencies enabled. How do I get the dates to roll up?
Answers
-
A simple way would be to do =MAX(CHILDREN()) for each parent.
1
2
3
Hopes this helped