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
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!