Formula to Change Status Symbols
I am looking for a formula that will change the symbols "Status" column.
If "Target End Date" is in the past AND "Task Progress" is In Progress - Yellow
If "Target End Date" is in the past AND "Task Progress" is Not Started - Red
If "Target End Date" is not in the past leave it - Green
Best Answer
-
Hey @Aimee Eckert
=IF([Task Progress]@row="Completed", "Green", IF([Target End Date]@row>=TODAY(), "Green", IF(AND([Target End Date]@row<TODAY(), [Task Progress]@row="Not Started"), "Red", "Yellow")))
Does this work for you?
Kelly
Answers
-
Hey @Aimee Eckert
=IF([Task Progress]@row="Completed", "Green", IF([Target End Date]@row>=TODAY(), "Green", IF(AND([Target End Date]@row<TODAY(), [Task Progress]@row="Not Started"), "Red", "Yellow")))
Does this work for you?
Kelly
-
Yes Kelly! Thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!