Change Date (24.01.2013) to regular format (01/24/2013)

Buck1480

Board Regular
Joined
Feb 1, 2009
Messages
102
I need to change my dates (over 300,000 rows in Excel) from the current format (General) of 24.01.2013 to a regular date format of 01/24/2013. What is the easiest way to reformat these values, especially given that I have over 300,000 rows worth of dates.
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().

Excel 2010
AB
1Date TextDate
224.01.201324-Jan-13
11c
Cell Formulas
RangeFormula
B2=DATE(RIGHT(A2,4),MID(A2,4,2),LEFT(A2,2))


insert or use an adjacent column
put formula in B2 and fill down
Format the date to your preference

or try
select the range of text dates
use find (.) and replace (-)
 
Last edited:
Upvote 0
Try
Data - Text To Columns
Select Deliminated - Next
UNcheck All Options - Next
Select Date - DMY
Finish.
 
Upvote 0

Forum statistics

Threads
1,223,230
Messages
6,170,883
Members
452,364
Latest member
springate

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top