Changing Format of Odd Date Field

ehoff15

New Member
Joined
Dec 16, 2014
Messages
5
I have a download that posted dates in a way that are hard to read and hard to sort. The cell on the left is how it looks in the download and I would like to make it look like the date on the right. Could anyone help?

Much appreciated,
Eric

2014101510/15/2014

<tbody>
</tbody>
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
if it always starts with a 4 digit year, mid(A1,5,99) will give in your example 1015

question is january 7 0107 or 17

once you split it up use concatenate and include the two "/"
 
Upvote 0
oldbrewer i have the month and year in front but i dont know how to use concatenate to indlude the two "/" and would the year still show up?
 
Upvote 0
mmm...ok...how about =--TEXT(A3,"0000\/00\/00") formatted as a date ?

what are your region settings? US ? UK ?

I'm just curious because it works for me both ways
 
Last edited:
Upvote 0
my settings are US and this is what put in form my formula =--TEXT(Table1[[#This Row],[Origination Date]],"00\/00\/0000") and ended up with,
#VALUE!

<colgroup><col style="width: 114pt; mso-width-source: userset; mso-width-alt: 5558;" width="152"> <tbody>
</tbody>

<colgroup><col style="width: 114pt; mso-width-source: userset; mso-width-alt: 5558;" width="152"> <tbody>
</tbody>
 
Upvote 0
ok, maybe...

=0+TEXT(Table1[Origination Date],"00-00-00") ?

assuming the formula is for outside the table...

If its an additional column inside the table something like...

=TEXT([Origination Date],"00-00-00")
 
Upvote 0
Try Data>Text to columns...

Select the column with the dates, goto Data>Text to columns, on the 3rd step select YMD from the column data format dropdown and press Finish.
 
Upvote 0

Forum statistics

Threads
1,214,864
Messages
6,121,986
Members
449,060
Latest member
mtsheetz

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