Green, Yellow, Red Blue Formatting
Hello,
Newbie here. Trying to set some formatting for some specific RYGB and I can only get it to work for Yellow. Any thoughts? I receive the #INCORRECT ARGUMENT error. Thanks in advance!
=IF([Completed%]2 = 1, "Green", IF(AND(Today1 > Start2, Today1 < Finish2, [Completed%]2 = 0), "Yellow", IF(Start2 > $Today$1, [Completed%]2 = 0, "Blue", IF($Today$1 > Finish2, "Red"))))
Best Answer
-
Try this?
=IF([Completed%]2 = 1, "Green",
IF(AND([Today]1 > [Start]2, [Today]1 < [Finish]2, [Completed%]2 = 0), "Yellow",
IF(AND([Start]2 > [Today]1, [Completed%]2 = 0), "Blue", "Red")))
Answers
-
Try this?
=IF([Completed%]2 = 1, "Green",
IF(AND([Today]1 > [Start]2, [Today]1 < [Finish]2, [Completed%]2 = 0), "Yellow",
IF(AND([Start]2 > [Today]1, [Completed%]2 = 0), "Blue", "Red")))
-
Perfect! Thank you for the help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!