How Can I set up RYG Using Future Dates?
Hi There,
I am trying to set up a formula that follows this logic:
-If Approval Date is xx and today is before that = that day it should be Green
-If Approval Date is xx and after that date = Red
-If Approval date is xx and the day of = Yellow
I'm trying something like this: =I=IF([Approval Date]@row > TODAY(), "Green", IF([Approval Date]@row) < TODAY(), "Red", IF([Approval Date]@row = TODAY(), "Yellow")
Best Answer
-
Something like this?
=IF([Approval Date]@row > TODAY(), "Green", IF([Approval Date]@row < TODAY(), "Red", IF([Approval Date]@row = TODAY(), "Yellow")))
Answers
-
Something like this?
=IF([Approval Date]@row > TODAY(), "Green", IF([Approval Date]@row < TODAY(), "Red", IF([Approval Date]@row = TODAY(), "Yellow")))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!