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
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives