How can I enter a start date without the end-date prefilling with the start date?

steven.nienaber105336
✭✭✭✭✭
I want the functionality of the parent row aggregating the child row dates, so it seems I need to enable dependencies but then when I enter a date it prefills that same date to the other date field. Can I turn this off? Is there another way to have parent rows aggregate child rows without turning on dependencies?
Best Answer
-
I would turn off project sheet and use the netdays formula
=netdays(min(children([start date]@row),max(children([end date]@row))
Answers
-
I would turn off project sheet and use the netdays formula
=netdays(min(children([start date]@row),max(children([end date]@row))