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.5K Get Help
- 430 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!