Trying to create a status field based on a number of Value Lists that users select from, but a request has been made that we check a date field for a value to ensure an estimated date has been set so that the calculation can determine if the status of the record is "In Progress", "Late" or "Not Started".
You can try using the ISEMPTY()
function within your calculated field to verify that the date field contains a value. Then, use the DATEDIF
function to determine if record is late or in progress.