I have aprroximately 30 sheets related to a corporate merger. In every sheet I have a formula that populates today's date +1 whenever a status column value = Complete. The formula is:
=IF(Status2 = "Complete", TODAY(1))
This then triggers a reminder to a supervisor to review the task and approve its completion.
So, the person assigned the task changes the status to "Complete" today, July 8. This triggers the formula in another column called "Status Complete" to return tomorrow's date, July 9. On July 9, the reminder email is sent to the supervisor.
However, if I am not mistaken, for as long as the status = "Complete", the "Status Complete" date will change and reminders will keep being sent. Is there a way to change the formula so that the status complete date does not keep changing?
Thanks.