Forum Discussion

Philip51617's avatar
Philip51617
Copper Contributor
Oct 07, 2023
Solved

Dependency formula changing dates - Excel Gannt

Hi   When i add a dependency into column G, it will amend the start date in column H. What i want to happen is: If the 'End Date' in cell I13 is after the Ind.Start Date (cell E14), then i want ...
  • HansVogelaar's avatar
    HansVogelaar
    Oct 07, 2023

    Philip51617 

    Does this do what you want?

     

    =IF(ind_start_date="","",IF(d_id="",ind_start_date,MAX(ind_start_date,INDEX($I:$I,MATCH(d_id,$B:$B,0))+1)))

Resources