Formula for status color
Hello, I am looking for the right formula to make the Status color change. My goal is to have the color change based on the days since updated. So the status will be green 0-179 days. Then Yellow when the days since updated is 180+ days, and turn Red if it's 360+ days.
Best Answer
-
=IF((TODAY() - [last updated]@row) < 180, "G", IF((TODAY() - [last updated]@row) < 360, "Y", IF((TODAY() - [last updated]@row) >= 360, "R")))
Answers
-
=IF((TODAY() - [last updated]@row) < 180, "G", IF((TODAY() - [last updated]@row) < 360, "Y", IF((TODAY() - [last updated]@row) >= 360, "R")))
-
Thank you so much for help James!
-
@James Keuning One problem is that is it not changing the status color. Any advice?
-
For formulas with Symbols, you'll want to specify the specific Symbol Name in "these" in your formula.
Ex. instead of "G", type "Green".
This Help Article shows the text needed for each symbol: Available Symbols in the Symbols Column
Cheers!
Genevieve
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!