Hello!
I would like to create a formula which populates a symbol column with the status showing these colors: red, yellow, green, and gray based on the following rules:
If the due date is in the past, and the checkbox column is unchecked, show red in the status column cell
If the due date is within the next 5 days, and the checkbox column is unchecked, show yellow in the status column cell
If the due date is more than 5 days away, and the checkbox column is unchecked, show green in the status column cell
If the checkbox column is checked, regardless of due date, show gray.
Thank you!