Flagging Overdue Tasks
Hi
I need help flagging a blank approval if it has not been submitted within 30 days of submission.
I have a Date Submitted Column and an Approval column. I have set up a Flag column and added the below formula which does not seem to be working.
=IF(AND([Date Submitted]@row < TODAY(+30), [Line Manager Approval]@row = ""), 1, "")
Please can someone help identify where i am going wrong here? Thanks!
Best Answer
-
Try changing it to
TODAY(-30)
Answers
-
Try changing it to
TODAY(-30)
-
Great! Thank you :)
-
Happy to help. 👍️
-
@Paul Newcome I have a formula i would like to create to showcase the "Due Date" vs. Today() as "Overdue". My current formula is =
=IF(AND([Tactical Due for Approval]@row < TODAY() = "OVERDUE")) but its showing up as incorrect. Can you help?
-
@VicFar You don't need the AND function, and you need to get rid of one of the closing parenthesis at the end of the formula.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!