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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!