RYG: Green with Conditions

Smartsheet Community:
I am trying to Add a Condition to my Green Formula:
=IF([Schedule Variance]@row >= 0, "Green", IF([Schedule Variance]@row <= -7, "Red", "Yellow"))
I would Like it to Be Green Only if Schedule Variance is Greater Than or Equal to 0 AND % Complete (Actual) is Greater Than 0, Otherwise Blue in this Scenario.
Thanks For All Your Help.
Best Answer
-
Sorry about that. I think I misplaced a parenthesis too.
=IF([Schedule Variance]@row >= 0, IF([% Complete (Actual)]@row = 0, "Blue", "Green"), IF([Schedule Variance]@row <= -7, "Red", "Yellow"))
Answers
-
Try this:
=IF([Schedule Variance]@row >= 0, IF([% Complete (Actual)]@row = 0, "Blue), "Green", IF([Schedule Variance]@row <= -7, "Red", "Yellow"))
-
I Added the Quotation on Blue but I still Receive Incorrect Argument Set
-
Sorry about that. I think I misplaced a parenthesis too.
=IF([Schedule Variance]@row >= 0, IF([% Complete (Actual)]@row = 0, "Blue", "Green"), IF([Schedule Variance]@row <= -7, "Red", "Yellow"))
-
That Worked, Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!