Does anyone know if it is possibly to set a box to check a certain amount of time after a date is imputed into a row.
For instance, we need a lag time on a project complete date of 48 hours. This is for a manufacturer that needs 48 hours for stain, etc to cure before project is technically complete.
This is the formula that I have been trying without success...
=IF([Finish Step]3 >= TODAY(+2), 1, 0)
Thank you!