Skip to main content
Toolbox
Time

Excel Date Serial Converter

Convert Microsoft Excel serial date numbers to human-readable dates and dates back to Excel serial values instantly.

Quick Answer & Summary

An Excel date converter translates spreadsheet serial numbers (like 46162) into calendar dates (like May 20, 2026) and vice versa. Excel stores dates as integers counting days since January 1, 1900, with decimal fractions representing time.

Excel Serial Date Formula
ExcelSerial = ((Date_UTC - 1899-12-30_UTC) / 86400000 ms) | Date = 1899-12-30 + (ExcelSerial × 86400000 ms)

Uses standard 1900 date system anchor offset (December 30, 1899).

Excel Serial to Calendar Date

Readable Date

May 20, 2026

Calendar Date to Excel Serial

Excel Serial Number

46266

Excel 1900 Date System

Microsoft Excel stores dates internally as continuous floating-point serial numbers where January 1, 1900 is day 1. Fractional values represent fractions of a day (e.g. 0.5 = 12:00 PM).

Share This Tool

Help your team and fellow developers save time with free, private client-side utilities.

TB
Toolbox Editorial TeamVerified Authors

Systems & Security Engineers • Applied Cryptography & High-Performance Web Tools

Updated:
100% In-BrowserZero server storage
Standards AuditedRFC & ISO compliant
Peer ReviewedEditorial Policy
Documentation & Guide

How to Use Excel Date Serial Converter

1

Convert Excel Serial Number

Type any 5-digit Excel serial number (such as 46162) into the box to see its human-readable calendar date.

2

Convert Date to Excel Number

Pick any date from the picker to find its exact numerical Excel serial value for formulas.

3

Copy with One Click

Click the copy button to paste directly into your spreadsheets or CSV exports.

Pro Tips
Essential when importing unformatted raw CSVs or SQL databases containing integer dates

Practical Examples & Conversions

Input
Serial 1
Output
January 1, 1900

Frequently Asked Questions (PAA)

Related Tools & Converters

Authoritative Standards & Citations

Calculations and algorithms on this page are implemented and verified in strict accordance with the following official technical specifications: