Forum

Notifications
Clear all

Dependencies

5 Posts
2 Users
0 Reactions
93 Views
(@dbaileyicd10)
Posts: 5
Active Member
Topic starter
 

How can I make one row dependent on another row being completed?  In the template attached, under the "Project Plan" tab I have started setting up check boxes toward the bottom.  What I would like to do is have one task dependent on another task being completed.  I am fairly new to Excel so I may not understand how very technical instructions.  Under sheet 1, you can see my dependences in row A.  I will need to transfer these to my project plan if indeed this can be done.  Thank you so much for any help provided.

 
Posted : 07/09/2022 9:08 am
(@catalinb)
Posts: 1937
Member Admin
 

Hi Deborah,

You have to create your dependency system.

Here is the formula I used in the structure below:

=IFERROR(IF(AND([@Completed]=TRUE,INDEX([Completed],MATCH([@Related],[Sort],0))=TRUE),TRUE,FALSE),FALSE)

image_2022-09-07_070729003.png

However, your dependency chain is much more complex, you will have to use programming to achieve what you want, it's not doable with default excel tools.

 
Posted : 08/09/2022 12:07 am
(@dbaileyicd10)
Posts: 5
Active Member
Topic starter
 

How would I do that and can someone help me?

 
Posted : 08/09/2022 8:49 am
(@dbaileyicd10)
Posts: 5
Active Member
Topic starter
 

So should I do my dependency chain another way and if so, how?

 
Posted : 08/09/2022 8:50 am
(@catalinb)
Posts: 1937
Member Admin
 

The file you uploaded in your other topic has a different structure.

In the new file, there seems to be only one dependent task? Previously there was a long list of dependencies for a task, so I'm confused.

Please clarify how do you want things to work, we'll find a way to make it happen.

 
Posted : 08/09/2022 10:17 am
Share: