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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!