Formula based on Completion Date, Status and symbols
Hi, I am trying to write a formula saying:
If blank then blank
If Status column has "Full" symbol Progression to Completed Date column is "Green"
Or if Completion Date is greater than today is "Red"
Or if Completion Date is less than 7 days is "Yellow" otherwise is "Green"
So far I have this, that is working well for altering my Progression to Completed Date symbols, but unable to return the if Status is "Full" will be "Green" despite date. And blank.
=IF([Completion Date]1 < TODAY(), "Red", IF(AND([Completion Date]1 >= TODAY(), [Completion Date]1 < TODAY(+7)), "Yellow", "Green", IF(AND(Status1 = "Full", "Green"))))
Thanks heaps for any assistance.
Best Answer
-
Cracked it, just took a little more time:
=IF(Status1 = "", "", IF(Status1 = "Full", "Green", IF([Completion Date]1 < TODAY(), "Red", IF(AND([Completion Date]1 >= TODAY(), [Completion Date]1 < TODAY(+7)), "Yellow", "Green"))))
Answers
-
Cracked it, just took a little more time:
=IF(Status1 = "", "", IF(Status1 = "Full", "Green", IF([Completion Date]1 < TODAY(), "Red", IF(AND([Completion Date]1 >= TODAY(), [Completion Date]1 < TODAY(+7)), "Yellow", "Green"))))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!