Changing date format to custom format and maintaining data structure

kelly mort

Well-known Member
Joined
Apr 10, 2017
Messages
2,169
Office Version
  1. 2016
Platform
  1. Windows
I just got myself into a trap and I am looking for ways to get out.

I have entered dates as dd-mm-yy into cells in my database. I want to remove those hyphens and have something like ddmmyy. Then I noticed that whenever I remove the hyphens, it converts the new number in the cell into a different and strange date which is giving me a headache. Besides, the database is very long and will take me years to do the manual change even if it allows me.

So I wanna find out if a script can do that for me.

Thanks in advance
Kelly
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Hello, can follow these steps:

1) Select all the cells containing dates to be reformatted;
2) On the Home tab, click the Number Format dropdown menu, and select More Number Formats (at the bottom);
3) In the Format Cells dialog, select Custom (at the bottom);
4) In the Type textbox, type "ddmmyy" (without the quotes); and
5) Click OK and you should now have the desired format for your dates.
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,259
Members
449,075
Latest member
staticfluids

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