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
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!