Forum Discussion
GiuseppeMacri
5 years agoQrew Captain
Your color code formula should look something like this:
If([Days Past Due]<30,null,
If([Day Past Due]>=30 or [Day Past Due]<60, "Yellow",
If([Day Past Due]>=60 or [Day Past Due]<90, "Green","Red")))
------------------------------
GMacri
------------------------------