We are trying to create a formula on the Schedule field that will change color to Red, Green or Yellow based on Multiple day and Status selection.
For example:
If Status is In Progress and End Date is > Today and R - Date is Empty then is Green.
IF Status is In Progress and End Date is < Today and R - Date is Empty or a Date > than End Date or Today Green.
IF Status is In Progress and End Date is < Today and R - Date is Empty is also < Today() then "Red"
=IF(Status3 = "In Progress", IF([End Date]3 < TODAY(), IF(AND([R - Date]3 > TODAY(),, "Red", IF([End Date]3 = TODAY(), "Yellow", IF([End Date]3 > TODAY(), "Green"))))
Will this be possible?
Also is there a way to make the formula hard coded on the field so nobody can delete it and if new records get added the calculation remains in the new rows?
Thanks.
