I am trying to add a simple status ball of red or green if a task has missed its end date
I'm new to Smartsheet and want to identify tasks past due. If the End Date is less than today and % Complete is not 100%, the On Track cell should show a red ball, else a green ball. I may want to add yellow at some point, but haven't figured out what the driver would be.
Can someone help?
Here's a snap shot:
Best Answer
-
Hi Cathy
Try this
=IF(AND([End Date]@row<TODAY(), [% Complete]@row<1), "Red","Green")
If you determine the yellow trigger, you'll add that IF statement before the , "Green"
Let me know if this doesn't work and we can tweak it
Answers
-
Hi Cathy
Try this
=IF(AND([End Date]@row<TODAY(), [% Complete]@row<1), "Red","Green")
If you determine the yellow trigger, you'll add that IF statement before the , "Green"
Let me know if this doesn't work and we can tweak it
-
Perfect. Thank you so much!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives