Formula for symbols time and text dependent
Hello!
I have a problem, maybe you can help me! What I want is that if in column "1" it says " RCA started" but the date from column "2" is greater than today's date, then I want a red symbol to appear in column "3", but if in column "1" it says " RCA finished" then I want a green symbol to appear in column "3".
If date in column "2" is <= (-5 days) than today's date then in column "3" a yellow symbol should be shown otherwise green
=IF(ISBLANK([due date RCA]@row); ""; IF(AND([status of RCA]@row); "started"; TODAY() > [due date RCA]@row; "Red"; (IF(AND(TODAY() <= [due date RCA]@row; TODAY() > [due date RCA]@row - 5); "Yellow"; "Green"))))
Translated with www.DeepL.com/Translator (free version)
Thank you
Best Answer
-
Try this...
=IF([status of RCA]@row = "RCA finished"; "Green"; IF([due date RCA]@row >= TODAY(5); "Yellow"; IF([due date RCA]@row > TODAY(); "Red")))
Answers
-
Try this...
=IF([status of RCA]@row = "RCA finished"; "Green"; IF([due date RCA]@row >= TODAY(5); "Yellow"; IF([due date RCA]@row > TODAY(); "Red")))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 149 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!