Convert text information to excel date format

beca

New Member
Joined
May 17, 2011
Messages
44
Hi all, I have a spreadsheet generated from a software with date information. This date information is a text, not in excel date format.

I would like to convert this text to excel date format dd/mm/yyyy.

The spreadsheet looks like below.

1691191064314.png


Thank you all.
 
the formula doesn't work

Hi, if interested in a formula, here's one you could try if your regional settings are in the UK/EU style and you are using XL365.

Book3
AB
1Transaction Apply DateFormula
2May 12, 202312/05/2023
3May 12, 202312/05/2023
4May 12, 202312/05/2023
5Jun 5, 202305/06/2023
6Jul 7, 202307/07/2023
7Jul 7, 202307/07/2023
8Jul 7, 202307/07/2023
9Jul 14, 202314/07/2023
10Apr 7, 202307/04/2023
11Apr 25, 202325/04/2023
12Apr 25, 202325/04/2023
13Apr 14, 202314/04/2023
14Apr 14, 202314/04/2023
15Apr 14, 202314/04/2023
16Apr 10, 202310/04/2023
17Sep 26, 202226/09/2022
18Oct 24, 202224/10/2022
19Oct 13, 202213/10/2022
20Oct 12, 202212/10/2022
21Nov 11, 202211/11/2022
22Nov 1, 202201/11/2022
23Nov 1, 202201/11/2022
24Jun 6, 202206/06/2022
25Jun 5, 202305/06/2023
26Jun 26, 202326/06/2023
Sheet1
Cell Formulas
RangeFormula
B2:B26B2=0+CONCAT(INDEX(TEXTSPLIT(A2,{" ",","},,1),{2,1,3}))
 
Upvote 0

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
I don't think you have to go past the first dialog page (see my reply to the OP above).


I would do

Use Data TextToColumns
Next
Check that all the checkboxes aren't checked
Next
Date: select MDY
Click Finish

because if the Comma separator is selected then

Book1.xlsb
A
1Transaction Apply Date
2May 12, 2023
3May 12, 2023
4May 12, 2023
5Jun 5, 2023
6Jul 7, 2023
7Jul 7, 2023
8Jul 7, 2023
9Jul 14, 2023
10Apr 7, 2023
11Apr 25, 2023
12Apr 25, 2023
13Apr 14, 2023
14Apr 14, 2023
15Apr 14, 2023
16Apr 10, 2023
17Sep 26, 2022
18Oct 24, 2022
19Oct 13, 2022
20Oct 12, 2022
21Nov 11, 2022
22Nov 1, 2022
23Nov 1, 2022
24Jun 6, 2022
25Jun 5, 2023
26Jun 26, 2023
Sheet3


becomes

Book1.xlsb
ABC
1Transaction Apply Date
212-May2023
312-May2023
412-May2023
505-Jun2023
607-Jul2023
707-Jul2023
807-Jul2023
914-Jul2023
1007-Apr2023
1125-Apr2023
1225-Apr2023
1314-Apr2023
1414-Apr2023
1514-Apr2023
1610-Apr2023
1726-Sep2022
1824-Oct2022
1913-Oct2022
Sheet3
 
Upvote 0
I would do

Use Data TextToColumns
Next
Check that all the checkboxes aren't checked
Next
Date: select MDY
Click Finish

because if the Comma separator is selected then

Book1.xlsb
A
1Transaction Apply Date
2May 12, 2023
3May 12, 2023
4May 12, 2023
5Jun 5, 2023
6Jul 7, 2023
7Jul 7, 2023
8Jul 7, 2023
9Jul 14, 2023
10Apr 7, 2023
11Apr 25, 2023
12Apr 25, 2023
13Apr 14, 2023
14Apr 14, 2023
15Apr 14, 2023
16Apr 10, 2023
17Sep 26, 2022
18Oct 24, 2022
19Oct 13, 2022
20Oct 12, 2022
21Nov 11, 2022
22Nov 1, 2022
23Nov 1, 2022
24Jun 6, 2022
25Jun 5, 2023
26Jun 26, 2023
Sheet3


becomes

Book1.xlsb
A
1Transaction Apply Date
2May 12, 2023
3May 12, 2023
4May 12, 2023
5Jun 5, 2023
6Jul 7, 2023
7Jul 7, 2023
8Jul 7, 2023
9Jul 14, 2023
10Apr 7, 2023
11Apr 25, 2023
12Apr 25, 2023
13Apr 14, 2023
14Apr 14, 2023
15Apr 14, 2023
16Apr 10, 2023
17Sep 26, 2022
18Oct 24, 2022
19Oct 13, 2022
20Oct 12, 2022
21Nov 11, 2022
22Nov 1, 2022
23Nov 1, 2022
24Jun 6, 2022
25Jun 5, 2023
26Jun 26, 2023
Sheet3
Good point about the comma delimiter !
 
Upvote 0

Forum statistics

Threads
1,215,103
Messages
6,123,105
Members
449,096
Latest member
provoking

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