So I have a standard project plan with timeline / gantt chart.
Start date = [Start] and end date = [Finish]
I have several mini projects in my smartsheet so have used the level calculation to detect level = 0 for start of my mini projects with levels 1 onwards for the children tasks
I have successfully written the formual to count how many tasks have been not started, in progress, complete for each project identified by the Project Element field e.g.
=COUNTIFS(Status:Status, "In Progress", [Task Name]:[Task Name], <>"", Level:Level, >1, [Project Element]:[Project Element], ="Control Tower Transport")
However - I now want to pick up the Start field value where the Level =0 (or <1 whichever) and the Project Element = "Control Tower Transport]
So I tried this but get unparsable
=IF(Level=0, IF([Project Element]=”Control Tower Transport”],Start))
It works if I add the row number but that changes as I add more lines etc.
I think I am missing something obvious but just need some help please
Many thanks as always for the anticipated help & support
Cheers
Sue