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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!