RYG Status
I've looked through numerous posts and sent an email to Smartsheet but am still on the hunt for the exact answer. (I do have a HelpDesk ticket in.)
I'm creating a sheet that will be used to conduct document audits and I need to know when an audit is
1. Previous to due date
2. Due
3. Overdue
4. Completed (This is the one I'm struggling with. I can't get it to change color after completion.)
This is the formula I'm currently using:
=IF([Due Date]1 < TODAY(), "Red", IF([Due Date]1 = TODAY(), "Yellow", IF([Due Date]1 > TODAY(), "Green")))
Thank you!
Darcy Poole | Operations System Specialist
Comments
-
I'm guessing you have a column or a check box to say completed? Something like this? Start with this criteria so it'll ignore the dates if it truly is completed.
=IF([Insert Column Name])@row = "Completed", "Gray", IF([Due Date]@row< TODAY(), "Red", IF([Due Date]@row= TODAY(), "Yellow", IF([Due Date]@row> TODAY(), "Green")))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!