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!
-
Happy to help. 👍️
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!