Date function counting

I want to have the system count the number of days from when an item has been approved, and if it has been longer than 7 days without a PO being sent to the customer I want it to send an alert to a person
Best Answer
-
You can set up a flag type column. The formula to flag rows where there is no sent date but the approval date is more than 7 days in the past would be:
=IF(AND([PO Sent Date]@row = "", [LN Approval Date]@row< TODAY(-7)), 1)
Then you would set up your automation to rn based on when this column gets flagged.
Answers
-
You can set up a flag type column. The formula to flag rows where there is no sent date but the approval date is more than 7 days in the past would be:
=IF(AND([PO Sent Date]@row = "", [LN Approval Date]@row< TODAY(-7)), 1)
Then you would set up your automation to rn based on when this column gets flagged.
-
Thank you so much
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 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!