Forum Discussion
Date entered is changed to a different date
The issue you're experiencing with Excel altering dates is likely due to regional settings or date system mismatches between your laptop and your husband's. Here's a structured solution:
Root Cause Analysis
1. Date Parsing Conflict:
Excel interprets dates based on your system's regional settings (e.g., MM/DD/YYYY vs. DD/MM/YYYY). If your laptop uses a different format than the file expects, entering 01/01/2025 (January 1st) might be parsed as 01/01/25 (Day 1, Month 1, Year 1925) if Excel misreads the separator.
2. 1904 Date System:
If your Excel uses the 1904 date system (common on Macs), dates are stored as days since 1904-01-01. This can cause discrepancies when opening files created with the 1900 system (Windows default). For example:
- 01/01/2025 in the 1900 system = Day 45,678.
- In the 1904 system, this becomes Day 45,678 − 1,462 (days between 1900–1904) = 44,216, which converts to October 29, 1970.
3. Corrupted Excel Settings:
A glitch in Excel’s settings or a recent update might break date parsing.
Step-by-Step Fixes
1. Check Regional Date Format
- Windows Settings:
Go to Settings > Time & Language > Region > Regional Format.
Ensure the format matches your data entry (e.g., MM/DD/YYYY for U.S., DD/MM/YYYY for Europe). - Excel-Specific Format:
In Excel, go to File > Options > Advanced > Use 1904 Date System and uncheck it (Windows default).
2. Force Excel to Recognize Dates
- Format Cells as Text First:
Temporarily format the column as Text (right-click column > Format Cells > Text).
Enter dates with slashes (e.g., 01/01/2025), then reformat as Date. - Use DATEVALUE Function:
If dates are already corrupted, use =DATEVALUE(A1) in a new column to convert text to dates.
3. Reset Excel’s Settings
- Repair Office Installation:
Open Excel → File > Account > Update Options > Repair. - Delete Corrupted Preferences:
Close Excel. Press Win + R, type %appdata%\Microsoft\Excel, and delete the Excel16.xlb file (back up first).
4. Test in a New Workbook
Create a new Excel file and test date entry:
- If dates work, the issue is file-specific. Copy data into the new file.
- If dates still break, proceed to repair Excel.
5. Disable Automatic Conversion
- Use Apostrophe Before Dates:
Type '01/01/2025 to force Excel to treat it as text, then reformat. - Turn Off AutoCorrect:
File > Options > Proofing > AutoCorrect Options > Uncheck "Replace text as you type".
Why It Works on Your Husband’s Laptop
Your husband’s laptop likely uses:
- The 1900 date system.
- Regional settings matching the date format you’re using.
- A corruption-free Excel installation.
Prevent Future Issues
- Standardize Date Formats: Agree on YYYY-MM-DD (universal) or MM/DD/YYYY (U.S.).
- Use Data Validation:
Go to Data > Data Validation > Date, and set allowed dates to avoid typos. - Update Excel: Ensure both laptops are on the same build (e.g., Microsoft 365 vs. 2019).
By aligning regional settings, disabling the 1904 system, and resetting Excel, the issue should resolve. If problems persist, a full Office reinstall may be needed.
My answers are voluntary and without guarantee!
Hope this will help you.
Was the answer useful? Mark as best response and like it!
This will help all forum participants.
Thank you. I tried I believe the steps you indicated regarding settings in both excel a the windows settings still mot working correctly. I will look again tomorrow and try somE of the additional steps you suggested.
my husband has suggested maybe to uninstall excel and reinstall. Not convinced
stay tuned
- NikolinoDEJan 21, 2026Platinum Contributor
Recent Microsoft 365 Windows builds introduced:
- A new internal date/time parser
- Partial unification with Power Query / Power BI logic
- Side effects where slash-based dates are misinterpreted as numeric tokens
This bug only shows up when:
- System locale = US
- Excel language = US
- Date format = MM/DD/YYYY
- Auto-conversion is enabled
That exact combo explains why:
- Two Windows PCs fail
- macOS Excel works
- Husband’s Windows Excel works (slightly different settings/build)
Disable Excel’s broken auto date parsing
Step-by-step (important: do this exactly)
- Open Excel
- File → Options → Advanced
- Scroll to Editing options
- UNCHECK:
- Automatically convert numbers to dates
- Use system separators (temporarily)
5. Click OK
6. Close Excel completely
7. Reopen Excel and test
This forces Excel to stop using the new parser.
If that option does not exist (some builds hide it)
Use this workaround that never fails:
Force Excel to treat entries as real dates
Format the column as Custom, not Date:
mm/dd/yyyy
(Custom ≠ Date category)
You are not imagining this 🙂
It is not your laptops
It is not corruption
Reinstalling Excel probably won’t help
This is a real regression in recent Excel for Windows
Disabling auto date parsing or forcing Custom format fixes it
My answers are voluntary and without guarantee!
Hope this will help you.
- iindy500Jan 25, 2026Copper Contributor
God help me, I believe I executed what you listed - and it still is not working correctly. I really appreciate all of your assistance - unsure as to next steps at this point. It is most irritating since my husbands excel on his laptop works just fine.
- iindy500Jan 22, 2026Copper Contributor
Thank you - I will try what you have suggested tomorrow. Will keep you posted.