I need help with a formula. I want to mark overdue projects.
Cristina W
✭✭✭✭
This is a sample of the projects I have, and this is the formula I am using, but it does not seem to be working: =IF([End Date]@row > TODAY() +30), "Overdue"
Best Answer
-
@Cristina W Try =IF([End Date]@row < TODAY(30), "Overdue")
With the formula, you are capturing anything over 30 days past due or within 30 days??
If it is within the next 30 days, the formula works as above. If past 30 days, change the number to -30
Answers
-
@Cristina W Try =IF([End Date]@row < TODAY(30), "Overdue")
With the formula, you are capturing anything over 30 days past due or within 30 days??
If it is within the next 30 days, the formula works as above. If past 30 days, change the number to -30
-
Thank you @Eric Law
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!