Late Submission formula
Hi All!!
I am hoping to create a formula to alert me when a request was submitted late.
For example - if a request was submitted on 10/1/21 and the request is to start 12/1/21, then the request would be marked as a late submission as the request was submitted within the 60-day deadline we set.
I do want a column that would be pre-filled to say "LATE"
Can anyone help with this?
Im new to smartsheets and i am completely uneducated on formulas! lol.
Thank you!
Best Answer
-
You could try something as simple as this:
=IF([Start Date]@row - [Submitted Date]@row < 60, "LATE", "OK")
The "Submitted Date" column can be auto populated when set as Auto-Number/System column for "Created (Date)". This would ensure the accuracy of submitted date.
Hope this helps.
Answers
-
You could try something as simple as this:
=IF([Start Date]@row - [Submitted Date]@row < 60, "LATE", "OK")
The "Submitted Date" column can be auto populated when set as Auto-Number/System column for "Created (Date)". This would ensure the accuracy of submitted date.
Hope this helps.
-
Thank you so so much, Tim!!
This is exactly what I needed! :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!