Can someone tell me what I am doing wrong in this formula to set the status ball color?

jtw1111
✭
=IF([Estimated or Actual Finish]@row>Finish@row), "Yellow", IF(AND([% Complete] < 1, Finish@row < TODAY()), "Red", "Green")
Tags:
Best Answer
-
Try this:
=IF([Estimated or Actual Finish]@row>Finish@row, "Yellow", IF(AND([% Complete]@row < 1, Finish@row < TODAY()), "Red", "Green"))
Answers
-
[% Complete]15
take off that 15?
-
Still shows as UNPARSEABLE
-
Try this:
=IF([Estimated or Actual Finish]@row>Finish@row, "Yellow", IF(AND([% Complete]@row < 1, Finish@row < TODAY()), "Red", "Green"))
-
That did it! Thanks.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 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!