A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
You can use a formula like:
=DATE(RIGHT(A1,4),LEFT(A1,2),MID(A1,4,2))
or use the Text To Columns function.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have an issue with date format in excel. I have a date text in the format "MM/DD/YYYY". When I try DATAVALUE function on this to convert it to date format it is giving "#VALUE error. Date format in my system in DD-MM-YYYY and I use Windows 11. How to fix this conversion error?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
You can use a formula like:
=DATE(RIGHT(A1,4),LEFT(A1,2),MID(A1,4,2))
or use the Text To Columns function.
You can't. All text conversation functions in Excel depends on the system settings.
If you import data, use Power Query. In there you can change the locale and so import any date format you want.
Power Query - How to import a CSV file that does not match your locale - Microsoft Community
Andreas.