Hi,
I am unable to use baseline because dates and tasks are set throughout a clinical trial and I don't want to reset each time a new "task" is added.
I have Start Date, End Date, Baseline Start and Baseline End.
I want the Baseline Start and Baseline End to be the first entry that is in the Start and End Date columns.
=IF([Baseline Start]@row <> " ", [Start Date]@row, "") this gives me CIRCULAR REFERENCE ERROR.
I've also tried
=IF(ISBLANK([Baseline Start]2, [Start Date]2, " ")) this gives me the same error.
Any advice?
Melissa