Hello!
Looking for help with this formula for returning "Travel Week Start Date".
I want all the children Rows under parent Row 2 to have the value from Row 111 "Start Date" column. I might need an Index/find function, but unsure.
I'm getting an error, as shown below.
=IF(CONTAINS("WASP", ANCESTORS(Task@row)), [Start Date]111, IF(CONTAINS("Compliance", ANCESTORS(Task@row)), [Start Date]343, IF(CONTAINS("Programmatic", ANCESTORS(Task@row)), [Start Date]571, "")))