Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Formula help
I have a request for time off form, when a request is submitted the person is notified that if they do not receive a response within 5 business days they can consider this approved, however I would like to create a formula that is based off the auto created date so if Approved column (where supervisor notes if it is approved or not) is blank and auto date created is greater than 5 business days flag as high priority. Any idea how to get this done?
Comments
-
Could you share a screenshot of how you have it? It sounds like you could have a column for Flags with a formula similar to this:
=if(TODAY() - [Created At]5 >= 5, 1, 0)
This would subtract today from created at and if greater or equal to 5 then mark as Flagged (which "1" would do). Where [Created At]5 is the date of this row's creation.
Does that make sense?
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives