Hello, I am trying to automate my status column that is driven by dates.
Date columns: Deployment Start, Deployment End, Planning Start, Planning End
Statuses: Planning (this is default) status; Execution, Complete
I'd like the status to default with Planning if dates are blank or within the Planning Start & End, Execution status for when between Deployment Start and End, and Complete when date is after Deployment End.
Any thoughts?