Is it possible to attribute all levels of child rows to the same parent hierarchy?
I have a Project Plan with multiple levels of hierarchy, but I'd like to have a column formula that would tie everything to its relevant parent. Essentially what I am looking for is a formula for the Project Column below where even the grandchild or great-grandchild tasks associate to the highest level parent w/in the hierarchy.
Why do I want this and why can't I use Filters?
I have multiple projects being tracked in a single file and I'd like to be able to filter down to a specific project (i.e. Project = Project 1). The 'include parent rows' option in the filter panel works if I had something specific to filter on, but once I drop down past level 2, then the PARENT function breaks away from the Project Name.
Please help Smartsheet Community, you're my only hope.
Best Answer
-
Try this:
=IF(Level@row = 1, [Project/Task]@row, INDEX(ANCESTORS([Project/Task]@row), 1))
Answers
-
Try this:
=IF(Level@row = 1, [Project/Task]@row, INDEX(ANCESTORS([Project/Task]@row), 1))
-
That did it @Paul Newcome. Thanks.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!