I am using several layers of parents + children rows, and I need the duration / projected date to be "TBD" when a child row is "In Progress" or " Not Started."
Here's the current situation -
when a child row has a date set, it rolls up to the parent, which is inaccurate as a projected end date since there are still items Not Started:
What I'm thinking:
IF all Children are Status = Complete, Parent Projected Date = "Complete"
IF any Children are Status = "Not Started", Parent Projected Date = "TBD"
IF any Children are Status = "In Progress", Parent Projected Date = "TBD"
Issues I'm encountering:
The Projected Date column is a Date column in Project settings for the Gantt view. I am not sure how to enter text into a Date column.
How do I write out this logic?
Do I change the Projected Date column to a Text column, and if so, how do I do the Gantt dependencies still?
Any help would be greatly appreciated!
Thanks,
Heather Walker