Unticked boxes to trigger reminder dates
Comments
-
=IF([Task Complete]1 = 0, TODAY(), "")
Will post todays date if the checkbox is empty. Change today() to whatever equation you want in that formula.
=IF([Task Complete]1 = 0, TODAY(), "")
Will post todays date if the checkbox is empty. Change today() to whatever equation you want in that formula.