Want a formula to autopopulate the task names of other rows
So, I have a project. We have milestones listed at the top, which are not tied to any waterfall style deliverables. They are just each their own milestone, with 0 duration, and manually entered dates.
I don't want to create a complex GANTT chart just to get the dependencies between milestones to show.
So I am trying to create a formula to list the Task Names of the rows that are predecessors. This way at least there is some mapping/visibility between blocker milestones.
Copilot gave me the below formula, but it doesn't work, I get #UNPARSEABLE
=[Task Name]2 & CHAR(10) & [Task Name]5 & CHAR(10) & [Task Name]8
Any help is greatly appreciated, thank you in advance!
Best Answer
-
That looks like an excel formula combined with a smartsheet one. In Smartsheet to join text you use the + symbol, not &. So your formula would be:
=[Task Name]2 + CHAR(10) + [Task Name]5 + CHAR(10) + [Task Name]8
Answers
-
That looks like an excel formula combined with a smartsheet one. In Smartsheet to join text you use the + symbol, not &. So your formula would be:
=[Task Name]2 + CHAR(10) + [Task Name]5 + CHAR(10) + [Task Name]8
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!