Hi all,
I am clearly missing something…
I have a sheet with columns for the Start and Date Ends and then another column to track the Status (In Progress, Enrolled/Upcoming, Completed). The formula is currently:
=IF([Start Date]@row > TODAY(), "Enrolled", IF([Start Date]@row < TODAY(), "In Progress", IF([End Date]@row < TODAY(), "Completed")))
How can I correctly incorporate a "Completed" Status once the End Date changes to be a date in the past?
Any ideas? Thank you!