Hello!
I am trying to populate a new column that includes the parent and child task names together. Ideally the column would work in this format:
Parent Task
Parent Task - Child Task 1
Parent Task - Child Task 2
I tried using this formula: =PARENT([Project (Level 1)/Task or Milestone (Level 2)]@row) + " - " + [Project (Level 1)/Task or Milestone (Level 2)]@row
But that pulls in the - at the front of the parent task in the new column. is there a formula format that would only pull the - in when there is a child task after the parent?