Oct 07 2023 05:21 AM
Hi
When i add a dependency into column G, it will amend the start date in column H.
What i want to happen is:
Any ideas on how i need to amend
Oct 07 2023 07:06 AM
Please attach a small sample workbook demonstrating the problem (without sensitive data), or if that is not possible, make it available through OneDrive, Google Drive, Dropbox or similar.
Oct 07 2023 12:47 PM
@HansVogelaar please find workbook via the following https://we.tl/t-ZwkjMyMZxt
Oct 07 2023 01:35 PM
SolutionDoes 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)))
Oct 08 2023 02:05 PM
Oct 07 2023 01:35 PM
SolutionDoes 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)))