Forum Discussion
arthur1030
Feb 05, 2024Copper Contributor
Data validation for multiple date formats
Hi, I want to use Data Validation to allow the user to enter the date in a column. However, I would like them to be able to enter the date in any of the following formats: YYYY/MM/DD DD/MM/YYYY D...
HansVogelaar
Feb 05, 2024MVP
Excel checks the operating system settings to determine whether an entry is a valid date. So if the system date setting is yyyy/mm/dd, then dd/mm/yyyy will not be recognized as a date, regardless of data validation rules.
A format that will always be recognized is d-mmm-yy or d-mmm-yyyy, for example 5-Feb-2024.