If(OR(AND statement
little help - been working on this too long
If the %complete is100%, ie. =1 then the ball should be gray no matter what
If the job is not 100% and finish date has past, then red,
If the job is not 100% and finish date is within 7 days, then yellow,
otherwise green
=IF(OR(AND([%Complete]@row = 1, "Gray"), OR(AND([Finish@row] < TODAY(), [%Complete@row] <>1), "Red", OR(AND([Finish@row] < TODAY() + 7, [%Complete@row] <>1),"Yellow", "Green"))))
Answers
-
Try this
=IF([%Complete]@row = 1, "Gray", IF(AND(Finish@row < TODAY(), [%Complete]@row <> 1), "Red", IF(AND(Finish@row < TODAY(7), [%Complete]@row <> 1), "Yellow", "Green")))
Hope it helps
Kind regards
Debbie
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!