A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Let me know how it would go. Thanks.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am attempting to compile a spreadsheet of data before 1900. I cannot seem to reflect the date properly without formatting it as text. I want to be able to add 1 to my base date and ultimately value and sort dates.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Let me know how it would go. Thanks.
Hello, what version of Excel are you using?
Use Power Query to handle dates before 1900. Go to Data, Get Data, then load your table into Power Query. Change the column type to Date inside Power Query, which supports years earlier than 1900. Do your sorting and transformations there, then load the result back to Excel. This lets you work with real date values and sort or increment them correctly within the query engine.
Excel’s built‑in date system does not support real date values earlier than 1/1/1900. Any “date” before 1900 must be stored as text or handled with a custom workaround; Excel cannot natively treat pre‑1900 dates as serial dates that can be incremented, sorted, and used in date functions.
Key limitations from Excel’s date engine:
Because of this, for dates before 1900 there is no built‑in way to:
=A1+1) on a true Excel date value, orTo work with pre‑1900 dates, use one of these approaches:
"12/31/1899") and:
However, even with workarounds, Excel itself will not treat pre‑1900 values as native dates.
References: