Contract Expiry date less than 0,30,90,180 days from todays date apply RAG
I have a RAG dropdown column configured, a formula is required for the RAG to be applied against the following:
Expiry date 180 greater than todays date = Green
Expiry date is between 180 - 90 days greater than todays date = Yellow
Expiry date is between <0 - 60 days greater than todays date = Red
The Expiry date is a column and date formated.
Best Answer
-
hi @Lee Rudd
This gives you what you asked for;
=IF([expiry date]@row > TODAY(179), "Green", IF([expiry date]@row > TODAY(89), "Yellow", IF([expiry date]@row < TODAY(61), "Red")))
But what about if it is between 60 and 90?
I'm passionate about helping you leverage the truly awesome power of smartsheet!
Answers
-
hi @Lee Rudd
This gives you what you asked for;
=IF([expiry date]@row > TODAY(179), "Green", IF([expiry date]@row > TODAY(89), "Yellow", IF([expiry date]@row < TODAY(61), "Red")))
But what about if it is between 60 and 90?
I'm passionate about helping you leverage the truly awesome power of smartsheet!
-
Thank you, that works, I have altered the days to remove gaps. Appreciate your guidance.
-
Happy to help!
I'm passionate about helping you leverage the truly awesome power of smartsheet!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!