RAG Rating Formulas
Hi,
I am struggling with RAG rating formulas (and its something that I have done before but I can't get my head around it at the moment!)
I am trying to do the following tasks:
Regardless of the end date, if % complete is 100%, then show a green rag rating
If the finish date is within 30 days and the % complete isn't 100%, then show a yellow rag rating
If the finish date is within 15 days or in the past and the % complete isn't 100%, then show a red rag rating
I have attached a screenshot to show how the sheet is laid out
Comments
-
Whoops, I forgot to change the red criterion to 15 days.
This is the one you want:
=IF([% Complete]@row=1, "Green", IF(AND(Finish@row < Today(15), [% Complete]@row < 1), "Red", IF(AND(Finish@row < TODAY(30), [% Complete]@row < 1), "Yellow","")
-
Put that in a RAG column type and you'll be good to go.
-
Thank you very much, it was similar to what I had managed to get to but I couldn't quite get it right last week!
-
Awesome. I am glad I could help you figure it out!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!