I want to change symbol color based on the below criteria.
Red- if Status = "Scheduled" and Days open is equal to or greater than 14
Yellow- if Status = "Scheduled" and Days open is between 9 & 14
Green- if Status = "Scheduled" and Days open is less than 10
Gray-If Status = "Complete"
I may not need the "status = Scheduled" part really.