RYG Balls connected to Whether Items are completed or not.
I am looking to connected RYG balls to whether certain items are complete or not?
I am not sure of the best way to do this- if a checkbox would be the way to connect color change based on status of task, or if inputting a "completion date" would do the same thing?
I tried a couple of different formulas from these forums and I can't seem to figure it out.
Comments
-
You can use a nested IF statement to change the color based on your status.
You would create the symbol column and put this formula in it... and adjust the row number to represent the correct row. The following formula will look at row 23 of a column called Status and turn it Red if its' blank or Not Started, Yellow if the status is set to In Progress, and Green if Complete. You can change the status requirements by adjusting it to match your status'. If your column names include spaces, put the column name in brackets like this... [Project Status]23
=IF(OR(Status23 = "Not Started", Isblank(Status23)), "Red", IF(status23 = "In Progress", "Yellow", IF(Status23 = "Complete", "Green")))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!