Hi all,
I am looking to create a RAG status, based on start date of a task. Rules would be:
- If start date is over a week away, status is GREEN
- If it's within one week of the start date is YELLOW
- If start date is in the past is RED
I also have 3 simple status options, so
- If status is set to "Complete" I would like the RAG dot to be GRAY.
- If status is "In Progress" and end date is not yet reached YELLOW
I am not using percentage completion, and most other examples I can find seem to rely on that, but I just need something very straightforward.
Thanks in advance!!