Using variables in Hierarchy logic
Is there any way to get the parent row number of a task from another Hierarchy. Im using a function that can call get information of its predecessor task, its working but i want to get information from that same predecessor's parent row.
IF(TRUE STATMENT , (INDEX([% Complete]:[% Complete], VALUE(Predecessors@row + "") - YYY ) * 100 + "%"), "False")
The YYY can be edited manually to call the parent task but I'm looking to make it into a column formula that can automatically find the parent task number related to the Predecessor Row number. This would be easy if you could use a variable in the parent function like
=PARENT([% Complete]1841) This works
=PARENT([% Complete]1841+1) Does not work
=PARENT([% Complete](1841)) Does not work
=PARENT([% Complete](1841+1)) Does not work
Does any one know of a way to solve this?
Answers
-
You would have to bring the parent data onto every row in a helper column and then reference this helper column.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!