change text formatting

alethea2000

Board Regular
Joined
Nov 27, 2003
Messages
67
Hi I am going to reword this another way

I have the following data

08/18/2005
06/14/2004
07/25/2003
07/30/2003

and excel recognises it as straight text but i need it to be in uk data format, does anyone know how to do it as custom dd\mm\yyyy won't work as excel doesn't recognise it as a date. if you copy above into a spreadsheet you'll see what i mean,

i so want to go and pick up my baby but can't until i figure this out, what a nightmare and thank you :cry:
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
If it is truly in TEXT format, this function will convert it to TEXT which is your UK date format.

Assuming the data is in cell A1:
=MID(A1,4,3)&LEFT(A1,3)&RIGHT(A1,4)
 
Upvote 0
Hi,

Two options:

--a formula: =DATE(RIGHT(A1,4),LEFT(A1,2),MID(A1,4,2))
format as you wish


--Data - Text to columns, in last step you can choose date format.
 
Upvote 0
Click the column header and choose Data|Text to Columns from the menu. At Step 3 choose Date MDY and click Finish.
 
Upvote 0

Forum statistics

Threads
1,214,621
Messages
6,120,568
Members
448,972
Latest member
Shantanu2024

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