Text date converted to numerical date

Sonia10

New Member
Joined
Aug 1, 2019
Messages
6
I have a text date, JUL/02/10. How do I convert to a numerical date? This is not a format issue.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
I have a text date, JUL/02/10. How do I convert to a numerical date? This is not a format issue.
Do you want a formula in order to convert it in a different cell? If so...

=0+SUBSTITUTE(SUBSTITUTE(A1,"/"," ")," ",", ",2)
 
Upvote 0
Another option.
Select the column with the dates, On the Data tab select Text to columns > Delimited > Next > clear all checkboxes > Select MDY (next to date) > Finish
 
Upvote 0
Another option.
Select the column with the dates, On the Data tab select Text to columns > Delimited > Next > clear all checkboxes > Select MDY (next to date) > Finish

It is probably a locale "thing", but that did not work for me... I had to physically replace the slashes with spaces first, then that procedure worked. If the OP wants to do that conversion within the existing cells, here is the step-by-step instructions for the procedure I had to follow...

1) Select the column with your text dates

2) Bring up the Replace dialog box (shortcut... press CTRL+H)

3) Put a forward slash in the "Find what" field, a single space in the "Replace with" field

4) Click the "Options>>" button and make sure the "Match entire cell contents" checkbox is NOT checked

5) Click the "Replace All" button

6) Now, with the cells still selected, bring up the "Text To Columns" dialog box ("Data" tab, "Data Tools" panel on the Ribbon)

3) Select the "Delimited" option button and then click the "Next" button

4) Make sure the "Space" checkbox is not checked and then click the "Next" button

5) Select the "Date" option button and select "MDY" in its associated dropdown box

6) Click the "Finish" button (you can now format the cells to make the date look the way you want)
 
Upvote 0

Forum statistics

Threads
1,214,560
Messages
6,120,222
Members
448,951
Latest member
jennlynn

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