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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!