Status change with due date

Jgallant
✭✭
I cannot get any of the formulas I try to work to update status based on pending end day.
Red= < 30 days
Yellow = < 60 days
Green
Tags:
Answers
-
Going to need a little more information than what you have given to be able to help. It would be a good idea to post the formulas in question so that we can review it and see what can be done to do what you want to do with the formulas.
Jonathan Sanders, CSM
"Change is always scary because it is unknown, but facing the unknown is what makes us stronger."
-
Try something like this:
=IF([End Date]@row<= TODAY(30), "Red", IF([End Date]@row<= TODAY(60), "Yellow", "Green"))
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives