I have an Excel Column which has number format as dd-mm-yyyy. Formatting of values are working fine.
Now, I need to add StartDate limit to that particular column, using Date criteria in Data Validation.
When I tried to set StartDate as '15-12-2001', I'm getting an error message: "the start date you entered is invalid". But, if I enter StartDate as '12-15-2011' (ie, of format: 'mm-dd-yyyy'), its working fine.
How can I changes the date format in data validation to accept StartDate in 'dd-mm-yyyy' format?
Any help will be appreciated.
Note: This is not a programming question.