I am working on a tabel that tracks project activities.
In that table every task has its starting date & time, estimated hours needed to complete it and the calculated finish date & time.
Generally, the activities are written in approxiamte order of start time.
However, some of them are not due to start before other activities are completed. Therefore I need to be able to tell an activity that it should not start before activity X is finished. The best would be to have 5 cells next to it, and to input the ID of the predecent activities.
Who can solve this? Thanks.
In that table every task has its starting date & time, estimated hours needed to complete it and the calculated finish date & time.
Generally, the activities are written in approxiamte order of start time.
However, some of them are not due to start before other activities are completed. Therefore I need to be able to tell an activity that it should not start before activity X is finished. The best would be to have 5 cells next to it, and to input the ID of the predecent activities.
Who can solve this? Thanks.