Fix Excel Date Serial Number Formatting Issue: When you are working with DATE Functions in Excel like TODAY, EOMONTH, EDATE Functions, etc., the output may be confusing. For instance, upon executing =EDATE(TODAY(), 6) Function assuming today as March 14, 2025, the output we expect will be of Date, rather, we get the output as 45914. What exactly happens behind this is quite interesting.

Check Out:

Why does this Error occur?

By default, Excel stores Dates as Serial Numbers starting from January 01, 1990 which means January 01, 1990 is considered 1st day. Hence, March 14, 2025 will be the 45914th day and this is what is shown as the output. The =EDATE(TODAY(), 6) Function assuming today as March 14, 2025 has been executed successfully and in a way, 45914 is the right answer though, however, we are expecting the output in the Date Format and that is the answer. We just have to change the Number Format of this output.

Quick Fix Excel Date Serial Number Formatting Issue – Simple Steps

You can change the Number Format via two ways.

  1. Using a Shortcut
  2. Using the Home Tab

Using the Shortcut

This is the quickest way to fix Excel Date Serial Number Formatting Issue. For explanation, let’s assume, we are executing an EDATE Function as follows.

=EDATE(TODAY(), 6)

Using the Home Tab

This is an alternate way to fix Excel Date Serial Number Formatting Issue. The following are the steps.

Take Away

The above explained two methods provide detailed solution to Fix Excel Date Serial Number Formatting Issue. If you are working with a list of Dates through an entire column, then you can select the entire column and switch it to the Date Format using any of the above two methods. This article is originally published on How to Fix Excel Date Serial Number Formatting Issue?