dommmm
New Member
- Joined
- Feb 6, 2020
- Messages
- 10
- Office Version
- 365
- 2019
- 2016
- 2013
- Platform
- Windows
Hi,
I'm trying to add a date validation for a cell (or column of cells) containing a custom date format of dd-mm-yy
I need to keep the data in format of dd-mm-yy because it's copied and used in an SQL Insert statement which needs the date in that format.
I'm trying to add a validation so that people can't add a date less than today ( ) but it's not working and I think it's because of the format of the cells.
I have:
and cells are formatted as:
Using the standard date validation doesn't work and allows and date to be typed in, in fact allows any entry.
Please help.
I'm trying to add a date validation for a cell (or column of cells) containing a custom date format of dd-mm-yy
I need to keep the data in format of dd-mm-yy because it's copied and used in an SQL Insert statement which needs the date in that format.
I'm trying to add a validation so that people can't add a date less than today ( ) but it's not working and I think it's because of the format of the cells.
I have:
and cells are formatted as:
Using the standard date validation doesn't work and allows and date to be typed in, in fact allows any entry.
Please help.