Hi Smartsheet community,
I'm after a formula that will produce the different RAG ratings.
I'm definining them based on whether they are on schedule and their statuses.
Blue is 'Status'="Complete"
Red is (open for advisory)
- 'Status'='Not started' and 'start date' < today and end date is within 14 days OR
- Status= not started and end date<today OR
- 'Status' = 'in progress' and 'end date' is within 7 days
Amber (open for advice)
- 'Status' = in progress and end date is between 14-28 days
- Status = Not started and start date < today and end date is greater than 28 days
Green (open for advice) - not sure how we can show on track?
- Status is in progress and end date > 28 days
- Status = not started and start date > today