Separating a Date into Component Columns

Written by Allen Wyatt (last updated April 9, 2025)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, and 2021


1

Bob has a column of data that contains dates (mm/dd/yyyy). He would like to split these into three columns for the month, day, and year. However, when he uses the Text to Columns Wizard, it doesn't recognize the slash (/) as a delimiter. Bob wonders how he can get the date split out into components like he wants.

Depending on your version of Excel, you may or may not be able to use the Text to Column Wizard with dates. If you run through the whole wizard and nothing gets "split out" into separate columns, then that simply means your version of Excel won't allow the wizard to work with dates.

That being said, the Text to Columns Wizard probably isn't the best tool to use with dates anyway. Assuming that the dates really are dates in your worksheet, then the easiest way is to use some handy worksheet functions that Excel provides just for this purpose. Let's say that your date is in column A1. If you want the month in cell B1, you could use the following:

=MONTH(A1)

This returns a numeric value, 1 through 12, that represents the month number of the date. If you want the day in cell C1, then you can use the following:

=DAY(A1)

Finally, the year is derived in cell D1 using this formula:

=YEAR(A1)

If you are bound and determined to use the Text to Columns Wizard (and your version of Excel supports such use), you can split out your dates in this way:

  1. Select the dates.
  2. Display the Data tab of the ribbon.
  3. Click the Text to Columns tool, in the Data Tools group. Excel displays the first step of the Convert Text to Columns Wizard. (See Figure 1.)
  4. Figure 1. The first step of the Convert Text to Columns Wizard.

  5. The Delimited radio button should be selected. Click Next. Excel displays the second step of the wizard.
  6. Make sure the Other check box is selected and type a slash (/) in the box to the right of the Other check box.
  7. Click Next. Excel displays the third step of the wizard.
  8. Click Finish.

If you don't see the dates split apart, it means your version of Excel doesn't support this usage of the Text to Columns Wizard and you'll need to use the workbook functions already mentioned. If the dates do split apart, you will probably need to change the formatting on the first column. This occurs because that column will still be formatted as "Date," and you will want to format it as something different so your month numbers display properly.

Finally, remember that if you use the Text to Columns Wizard and the source column contains formulas, then those formulas could get split apart based on the presence of any slashes in the formula. In that case you'll definitely want to use the worksheet functions mentioned earlier.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (10216) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and 2021.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Choosing a Character Size in the Equation Editor

The Equation Editor is a handy tool, particularly for those who must include mathematical equations in their documents. ...

Discover More

Using Excel for Timing

Excel allows you to store times in a worksheet. If you want to use Excel to time certain events, there are a couple of ...

Discover More

Rounding Time

Need to round the time in a cell to a certain value? There are a couple of ways you can do this with a formula.

Discover More

Best-Selling VBA Tutorial for Beginners Take your Excel knowledge to the next level. With a little background in VBA programming, you can go well beyond basic spreadsheets and functions. Use macros to reduce errors, save time, and integrate with other Microsoft applications. Fully updated for the latest version of Office 365. Check out Microsoft 365 Excel VBA Programming For Dummies today!

More ExcelTips (ribbon)

Limiting the Number of Characters in a Cell

Need to limit the number of characters that can be entered into a cell? One easy way to do it is through the use of Data ...

Discover More

Moving and Copying Cells

At the very heart of editing is the ability to move and copy cells in a worksheet. Understanding the differences between ...

Discover More

Recording a Data Entry Time

When entering information in a worksheet, it is common to also note a date or time corresponding to the entry. There are ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 3 + 9?

2025-04-09 05:40:15

Kiwerry

Thanks, Allen. The following may be of interest:
A quick trial in Excel 365, using the procedure you suggested and leaving the data format at "General" in Step 3 (see Figure 1 below) of the process resulted in a split on the /.
The day and month were saved as text (preceded by '), and the year as a number.

Figure 1. 


This Site

Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.