I am re-creating project updates using the “Blindsight” Method
In this method, it is assumed that the analyst does not have the update schedule for the succeeding period and has no knowledge of the project conditions later than the update under investigation. Therefore, the analyst must stand in the shoes of the scheduler at the time of the project. Note that the progress curve created by this method assumes a straight line.
i. IF: data date (DD) - actual start of the activity (AS) < original duration (OD), THEN:
Remaining duration (RD) = OD - (DD - AS)
ii. IF: DD - AS > OD, THEN: RD = 1
For this I am using the baseline schedule as submitted with some minor adjustments.
I created user defined fields for Actual Start and Actual Finish. These I use to identify activities to update on regular periods because as always plans do not go as planned. I cannot use projected period as planned dates for my updates but shall use actual data I already have on my user fields.
Then I filter the activities to be updated not by filtering as-planned activities for the period but as-built activities that progressed during the period. For this I adapted a look-ahead filter that will look not at projected start/finish but at actual dates on my user fields.
With a formula I can define update period start date as well as update period finish date.
I am struggling with the Remaining duration formula as the above AACEI suggested formulas work well if using a single calendar based on consecutive calendar days with no calendar exceptions.
I would like to know if there is a way to get the remaining duration using the activity calendar.
RD = OD - (Duration in work days/hours between DD and AS for the activity in question)
On each update rain days will be added as they must be considered as non-work time.
I am looking for a formula such as:
RDWT (remaining activity work days/hours) = Duration in work days/hours between DD and AS for the activity in question, duration that takes into account calendar work/days and excludes non work time such as holidays and rain days.
I created an AsBuilt of project baseline activities only, maybe a project truncation of this schedule from DD to Project end can give me the remaining duration that include all non work days if using the hindsight method, but I am not.
Alternate methods for the purpose are also welcomed.
Best regards,
Rafael
Replies