So I am trying to set up custom baseline formulas for our PMs and am attempting to have the baseline date change to the actual when a checkbox is ticked and then it is to remain that value when the checkbox is unticked and not automatically update with the actual dates any further if changes are made to it.
Here's the formula I have for the baseline at the moment:
=IF([Update Baseline?]@row, [Actual Date]@row, 0)
Ideally I would want the 0 to be replaced with the current baseline date but I get a Circular Reference error.
Thanks for the help