RYG Ball & Status, Help needed
Hi,
I'm trying to create a RYG color based on Status column, I have tried:
Empty or Not started = RED
In Progress = Yellow
Complete = Green
=IF([Status]3 = "Not Started", "Red", IF([Status]3 = "In Progress", Yellow, IF([Status]3 = "Complete", Green)))
=IF(Status3 = "Not Started", "Red", IF(Status3 = "In Progress", Blue, IF(Status3 = "Complete", Green)))
=IF(Status@3 = "In Progress"; "Green"; IF(Status@3 = "Potential Delay"; "Yellow"; IF(Status@3 = "Behind Schedule"; "Red"; IF(Status@3 = "Complete"; "Blue"))))
I always get "Unparseable" am I missing something?
Best Answer
-
Try your first one again except put quotes around "Yellow" and "Green".
=IF([Status]3 = "Not Started", "Red", IF([Status]3 = "In Progress", "Yellow", IF([Status]3 = "Complete", "Green")))
Answers
-
Try your first one again except put quotes around "Yellow" and "Green".
=IF([Status]3 = "Not Started", "Red", IF([Status]3 = "In Progress", "Yellow", IF([Status]3 = "Complete", "Green")))
-
Many thanks Paul, worked like a Charm.
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 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
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!