How to Prevent Excel From Misreading CSV Dates Across US and UK Formats
When a CSV file is opened by double-clicking in Excel, the application automatically parses dates based on the computer's regional locale, which can cause UK-format dates like 28/05/2026 to be misread by US Excel and vice versa. Dates where both day and month values fall at or below 12, such as 03/04/2025, are especially risky because Excel silently assigns an interpretation without any warning. To avoid errors, users are advised to import CSVs via Excel's Data tab rather than double-clicking, and to set date columns as text to preserve the original string. For teams exchanging data regularly, adopting the ISO 8601 format (YYYY-MM-DD) is recommended as it is unambiguous, sorts correctly as plain text, and is compatible with JSON APIs and databases. Free browser-based tools, including a Date Format Fixer and an Ambiguous Date Checker, are available at FormatList to help users identify and correct misread dates before they propagate through data pipelines.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)
Log in to join the discussion and vote.
Log in