RYGB Based on Status and End Date
I know this question has been asked before (and I also Googled it), but I'm having a difficult time trying to create the RYGB balls.
Can someone help me? I put together the matrix (see below):
Answers
-
hey @misohungry78
Try this
=IF(ISDATE([End Date]@row), IF(Status@row = "Completed", "Blue", IF(AND([End Date]@row >= TODAY(), OR(Status@row = "In Progress", Status@row = "Not Started")), "Green", IF(AND([End Date]@row = TODAY(-1), OR(Status@row = "Not Started", Status@row = "In Progress")), "Yellow", "Red"))))
Will this work for you?
Kelly
-
Thanks, Kelly. Just tried it and the RYGB colors aren't changing, even when I play around with the end dates?
-
Hmm. They changed as I tested all scenarios. Are you getting an error or no color change? Is the date column I named the correct one in your sheet?
-
Hi Kelly, so sorry to respond so late. I am not getting any color changes. Yes, the date column is correct
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!