Text date to date in Excel

Volkof

New Member
Joined
Oct 16, 2011
Messages
37
Hi Excel users,

here is an old question.

Convert a text date to a date. I have the following text: Wednesday, May 23, 2018
This needs to be converted to a date: 23.05.2018.

I have separated every variable: Day ( Wednesday) Month and Year using text function but I don't know how to proceed further.
Please help.

Thanks.
 

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"
Hi,

You can do this:


Book1
LM
1Wednesday, May 23, 201823.05.2018
2
3M1 custom formatted as dd.mm.yyyy
Sheet61
Cell Formulas
RangeFormula
M1=MID(L1,FIND(" ",L1)+1,255)+0
 
Upvote 0

Forum statistics

Threads
1,214,996
Messages
6,122,636
Members
449,092
Latest member
bsb1122

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