Dependencies
How can I make sure a task can't be completed until its defined predecessor is completed?
Answers
-
Hi @dgorn,
Although there is no direct way for you to lock specific cells based on other cells values. You could possibly implement an additional Checkbox column to help identify whether the predecessor has been completed or not for that row.
For the formula below to work, you will need to create an additional column in your sheet that contains a manual copy of all values in the predecessors column (Numeric value in my example below) and use the following formula:
=IFERROR(IF(AND(Predecessors@row <> "", INDEX(Status:Status, [Numeric value]@row) = "Complete"), 1), "")
I hope that this solution can be of help for what you are trying to achieve
Cheers!
Julio
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives