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
- 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!