Hello
i have this formula for milestones, however I would like to format it so that the "Milestone Count, Milestone Reached, Milestones to Go are all lined up to the left of the cell. I cannot change the size of the cell as there are multiple tasks in that same column.
="Milestone Count. . . . . . . " + COUNT([Notify Finance]21:[Notify Finance]74) + " Milestone Reached. . . . . . . . " + COUNTIF([Notify Finance]21:[Notify Finance]74, "Yes") + " Milestones To Go. . . . . . . . " + COUNTIF([Notify Finance]21:[Notify Finance]74, "No")
Is there a way to add a carriage return? I've tried multiple spacing but it doesnt work.
Any help will be fantastic.
Louise