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
- 67.1K Get Help
- 449 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!