Help with Nested IF and RYGB status balls
Answers
-
Hi I am using this article to figure out this formula....based on this one it should work but it is not. Could someone help me figure out where I went left. I am able to get RYGB working with one or two colors but I am having trouble nesting the formula for all three colors to be used within one cell.
=If([Completion Status]3@row="Completed","Green",If([Completion Status]3@row="In Progress","Yellow",If([Completion Status]3@row="Not Started","Red")))
The example below is the formula that will work but it does not address all three colors. Any assistance is very much appreciated!!
=IF([Completion Status]3 = "In Progress", "Yellow", "Red")
-
You should be either using row numbers OR "@row" instead of both.
=IF([Completion Status]@row = "Completed", "Green", IF([Completion Status]@row = "In Progress", "Yellow", IF([Completion Status]@row = "Not Started", "Red")))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!