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
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!