I'm trying to incorporate a simple indicator on whether or not a task was completed within the appropriate timeframe. the timeframe is +/- 30 days from the date due column date. I've tried a number of formulas and none of them seem to be working and I can't figure out why. Is it because the earliest/latest dates possible columns are generated by a formula?
Here is my most recent formula attempt:
=IF(AND([Earliest Date Possible (-30 days)]@row<[Date Complete]1,[Latest Date Possible (+30 days)]@row.[Date Complete]1,"Yes", "No")
I did check to make sure all the date columns are "date" properties.
Thanks in advance!