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
Answers
-
-
Great! Thank you :)
-
@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
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 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
Check out the Formula Handbook template!