RYGB Formula for status and end date
Emily McNeeley
✭✭✭✭✭
I am having a hard time figuring out the following formula:
Blue: Status is "Complete"
Red: End Date is past due (less than today)
Yellow: End Date is the next 3 days
Green: End Date is more than 3 days away
Best Answer
-
Try something like this...
=IF(Status@row = "Complete", "Blue", IF([End Date]@row < TODAY(), "Red", IF([End Date]@row <= TODAY(3), "Yellow", "Green")))
Answers
-
Try something like this...
=IF(Status@row = "Complete", "Blue", IF([End Date]@row < TODAY(), "Red", IF([End Date]@row <= TODAY(3), "Yellow", "Green")))
-
Thanks @Paul Newcome! I was so close
-
Happy to help. 👍️
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