I am in a grid of project data with multiple date entries (planned and actual) for multiple steps in columns. I want to be able to reforecast project dates as the project proceeds when Actual date columns have been entered. Using these date COLUMNS:
PlannedStart1
PlannedEnd1 = (definition is 5 days after PS1 - in a formula on this column)
ActualStart1
ActualEnd1
PlannedStart2 = (1 day after AE1 unless AE1 is blank, then 1 day after PE1)
PlannedEnd2
ActualStart2....(etc)
I am trying to create a formula that will reforecast PlannedStart2 based on whether the ActualEndDate1 has been entered. If it has not been entered, then PlannedStart2= PlannedEnd1 +1 day. If ActualEndDate1 is not blank, then PlannedStart2=ActualEnd1 + 1 day.
Basically a columnar project plan that will reforecast planned and actual steps as items proceed through the steps groupings in the columns to then (in the last column) continually forecast the calculated "end date" for the item (row) vs. the original planned end date for the row in another column. Thank you in advance.