Restrict Date column Based on another date column
Hello Everyone,
I have two columns: Entry Date and Execution Date.
I am trying to restrict the Execution Date to allow only date values that are after the date of the Entry Date value.
for example:
For Entry date, the value is:1/1/2023
The Execution Date: should only allow dates that are after 1/1/2023.
is this possible?
Answers
-
You will not be able to restrict date selection, but you can add a flag type column with a formula to flag rows where the date is invalid and have an update request sent to the user.
-
thank you so much for replaying!
Can I please know how to add a flag to my date column?
I am fairly new to smart Sheets, if you can provide me with some details, I would be so grateful!
Thank you
-
You would insert a new column set as a flag type (found in the checkbox type column settings) and use a formula in it to compare the two dates.
=IF([Execution Date]@row<= [Entry Date]@row, 1)
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives