RYG Automation using TODAY, AND, and OR functions

Answers
-
Similar Goal - RYG Automation - What is wrong with my formula :
=IF(AND(TODAY() > Finish@row, OR(Status@row = "In Progress", Status@row = "Not Started"), "Red", IF(AND(TODAY() < Finish@row, OR(Status@row = "Complete", Status@row = "In Progress"), "Green", IF(AND(TODAY() = Finish@row, OR(Status@row = "In Progress", Status@row = "Not Started")), "Yellow", IF(AND(TODAY() < Finish@row, (Status@row = "Not Started", "Gray"))))))))
-
=IF(AND(TODAY() > Finish@row, OR(Status@row = "In Progress", Status@row = "Not Started")), "Red", IF(AND(TODAY() < Finish@row, OR(Status@row = "Complete", Status@row = "In Progress")), "Green", IF(AND(TODAY() = Finish@row, OR(Status@row = "In Progress", Status@row = "Not Started")), "Yellow", IF(AND(TODAY() < Finish@row, Status@row = "Not Started"), "Gray"
You didn't close out your first 2 and statements or the last one. Check and see if that works, if not I can troubleshoot further.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.3K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 508 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 518 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!