Hi, I have a Project Plan with Phases and Tasks. I’m using Phase as column and grouping them to visualize it on the project plan. I want to provide a summary table of the Phases, showing the overall Start and End Dates for the Phases (min/max date of Tasks within that Phase) and % task completion (# tasks in thisrow.Phase where status=done/ #tasks in thisrow.Phase). How can I set up the formulas to do so? I’m trying to reference the detailed Project Plan table but the formulas aren’t working. Below are the formulas I have. I’m not sure if it’s because I haven’t set up the Project Plan table correctly or if it’s my formulas. Newbie to Coda! Love the tool, just trying to learn everything that it can do.
Start Date of Phase: Filter([Test II/IM Table].Phase=thisRow.Phase, Min([Test II/IM Table].[Start Date]))
Task Completion %: [Test II/IM Table].Task.CountIf([Test II/IM Table].Phase.Contains(thisRow.Phase))



