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
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!