How can I get the Projected Completion Date of a specific task up to a Project Level custom form?
Our organization has a specific task that ends up being more critical than the actual closure of the overall project. I'd like to bring the projected completion date of that task "up" to a project level custom form so I can use it easier on reports - for filtering, sorting, grouping, etc. I'd think I can use a task name contains, though equals would work too.
Below are some examples I've tried, but are giving me an error, so I'm not sure what the specific calculation would be. Has anyone had to do something similar before, or can you tell me where I'm going wrong?
IF(CONTAINS("TASK NAME",{name}), {Projected Completion Date})
IF(CONTAINS("TASK NAME",{task}.{name}), {Projected Completion Date})