Skip to main content

How to convert dD.MM.YYYY to date format (mM/DD/YYYY) in Excel?

The typing habit is different for everyone. For instance, some one likes to enter date by using dot such as dd.mm.yyyy. But as we know, the date format in this dd.mm.yyyy cannot be recognized as date in Excel. Have you any ways can quickly convert the date format dd.mm.yyyy to the standard date format mm/dd/yyyy in Excel?

Convert dd.mm.yyyy to dd/mm/yyyy with formula

Convert dd.mm.yyyy to mm/dd/yyyy with formula

Convert mm.dd.yyyy to mm/dd/yyyy with Kutools for Excelgood idea3

Convert dd.mm.yyyy to dd/mm/yyyy with Kutools for Excel good idea3


In some cases, you can to convert dd.mm.yyyy directly to dd/mm/yyyy format, below formula can do you a favor.

Select a blank cell next to the date you want to convert, enter this formula =SUBSTITUTE(A6,".","/") and drag auto fill handle over the cells you want to apply this formula. See screenshot:
doc convert date format 1

Tip: In the above formula, A6 is the date you want to convert, you can change it as you need.


Quickly convert nonstandard date to standard date formattiing(mm/dd/yyyy)

In some times, you may received a workhseets with multiple nonstandard dates, and to convert all of them to the standard date formatting as mm/dd/yyyy maybe troublesome for you. Here Kutools for Excel's Conver to Date can quickly convert these nonstandard dates to the standard date formatting with one click.  Click for free full featured trial in 30 days!
doc convert date
 
Kutools for Excel: with more than 300 handy Excel add-ins, free to try with no limitation in 30 days.

If you want to convert the date format dd.mm.yyyy to the standard date format mm/dd/yyyy, you can apply below formula.

1. Select a blank cell next to the date you use, B6 for instance, enter this formula =(MID(A6,4,2)&"/"&LEFT(A6,2)&"/"&RIGHT(A6,2))+0, drag fill handle to the cells you want to use this formula. See screenshot:
doc convert date format 2

2. Now you can see a list of five digits numbers, keep them selected, and go to Home > Number list, and select Short Date to format them as dates. See screenshot:
doc convert date format 3

Then you cans see the non-standard dates have been converted to the standard dates.
doc convert date format 4


If you want to convert date format as mm.dd.yyyy to mm/dd/yyyy, you can apply Kutools for Excel's Convert to Date utility, which can quickly convert multiple date to standard date format.

Kutools for Excel, with more than 300 handy functions, makes your jobs more easier. 

After free installing Kutools for Excel, please do as below:

1. Select the cells and click Kutools > Content > Convert to Date. See screenshot:
doc convert date forma 9

Then you can see all selected cells have been converted to standard date format.
Tip: If the date is no a correct date, the utility will keep the original data.
doc kutools convert to date 2


In fact, if you have Kutools for Excel, you can use its Split Cells and Combine Rows, Columns or Cells without Losing Data utilities to convert dd.mm.yyyy to dd/mm/yyyy.

After free installing Kutools for Excel, please do as below:

1. Select the dates you want to convert, and click Kutools > Text > Split Cells, and then in the Split Cells dialog, check Split to Columns, and check Other option and enter . into the next to box. See screenshot:
doc kutools split cells 1

2. Click Ok, and a dialog pops out to remind you select a cell to place the split data, and click OK, the dates have been split to columns. See screenshot:
doc kutools split cells 2

3. Select the split data, and click Kutools > Combine Rows, Columns or Cells without Losing Data. And in the popping dialog, check Combine columns option, and check Other separator and enter / into the beside textbox in Specify a separator section, and go to specify the combine options in Options section. See screenshot:
doc kutools split cells 3

4. Click Ok or Apply, the date conversion has been handled.
doc kutools split cells 4


Quickly and easily convert date to other date formatting in Excel

The Apply Date Formatting of Kutools for Excel can quickly convert a standard date to the date formatting as you need as, such as only display month, day, or year, date format in yyyy-mm-dd, yyyy.mm.dd and so on. click for full- featured  free trail in 30 days!
doc apply date format
 
Kutools for Excel: with more than 300 handy Excel add-ins, free to try with no limitation in 30 days.

Best Office Productivity Tools

Supercharge Your Spreadsheets: Experience Efficiency Like Never Before with Kutools for Excel

Popular Features: Find/Highlight/Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns     Move Columns   |   Unhide Columns   |   Compare Columns to Select Same & Different Cells ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolset12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   Many More...

Kutools for Excel boasts over 300 features, ensuring that what you need is just a click away...

Supports Office/Excel 2007-2021 & newer, including 365   |   Available in 44 languages   |   Enjoy a full-featured 30-day free trial.

kte tab 201905


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Comments (25)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Hi,

How do i convert to date format in excel from dd/mm/yyyy(03/02/2021) to dd.mm.yyyy (03/February/2021)
This comment was minimized by the moderator on the site
thank you!
This comment was minimized by the moderator on the site
To convert DD/MM/YYYY to financial year YYYY-YY
This comment was minimized by the moderator on the site
To convert DD/MM/YYYY to MM/DD/YYYY

Step 1- Select the cell which you want to convert Go to Data -> Text to Columns

Step 2- Select Delimited , Click Next

Step 3- Click Next (make sure that none of the above is selected)

Step 4- Select DMY in Date and then click finish.


Hope this may be helpful.
This comment was minimized by the moderator on the site
Didn't work for me, but I used your idea to split to column, then on my last cell I used =Date(B2,A2,C2) worked like a charm
This comment was minimized by the moderator on the site
HOW DO I CONVERT 01/05/2016 TO 01-05/2016
This comment was minimized by the moderator on the site
When your default date format is mm/dd/yyyy and you have a set of data with date format dd/mm/yyyy, the date will surely be shown as TEXT format in excel. This is because the format only recognizes dates if the first 2 digits is 12 and below (12 months).

For example: the date "20/12/2017" will show as TEXT because the first 2 digits which represents the days is recognized by the system as month (which is beyond 12). In order to switch this to "12/20/2017" using a formula, you may try this one (considering that the date is in cell A1):

=IF(ISTEXT(A1),DATEVALUE(MID(A1,FIND("/",A1,1)+1,FIND("/2",A1,1)-(FIND("/",A1,1)+1))&"/"&LEFT(A1,FIND("/",A1,1)-1)&"/"&MID(A1,FIND("/2",A1,1)+1,4)),DATEVALUE(DAY(A1)&"/"&MONTH(A1)&"/"&YEAR(A1)))

Take note that the IF statement and ISTEXT condition are very important in this formula because there are dates that can still be considered as date even if the format is dd/mm/yyyy. A good example is "12/1/2017", which can be considered as

mm/dd/yyyy = December 1, 2017

dd/mm/yyyy = January 12, 2017

Hope this helps.
This comment was minimized by the moderator on the site
When your default date format is mm/dd/yyyy and you have a set of data with date format dd/mm/yyyy, the date will surely be shown as TEXT format in excel. This is because the format only recognizes dates if the first 2 digits is 12 and below (12 months).

For example: the date "20/12/2017" will show as TEXT because the first 2 digits which represents the days is recognized by the system as month (which is beyond 12). In order to switch this to "12/20/2017" using a formula, you may try this one (considering that the date is in cell A1):

=IF(ISTEXT(A1),DATEVALUE(MID(A1,FIND("/",A1,1)+1,FIND("/2",A1,1)-(FIND("/",A1,1)+1))&"/"&LEFT(A1,FIND("/",A1,1)-1)&"/"&MID(A1,FIND("/2",A1,1)+1,4)),DATEVALUE(DAY(A1)&"/"&MONTH(A1)&"/"&YEAR(A1)))

Take note that the IF statement and ISTEXT condition are very important in this formula because there are dates that can still be considered as date even if the format is dd/mm/yyyy. A good example is "12/1/2017", which can be considered as

mm/dd/yyyy = December 1, 2017

dd/mm/yyyy = January 12, 2017

Hope this helps.
This comment was minimized by the moderator on the site
Carlos, this is simply great, and you tackled a very valid scenario, of both formats of Date values
This comment was minimized by the moderator on the site
how do you change from 04.01.16 to 04.01.2016 and or just showing the Year 2016? thanks
This comment was minimized by the moderator on the site
I want to convert like that 15/07/2017 to 07/15/2017 how please help
This comment was minimized by the moderator on the site
Thanks for ur question. To convert dd/mm/yyyy to mm/dd/yyyy, you can apply Text to Column to split the date into three columns, then apply the formula =C1&"/"&B1&"/"&D1 to combine them again. See screenshot:
This comment was minimized by the moderator on the site
thanks its working
This comment was minimized by the moderator on the site
How do I convert 29-09-2016 to 2016/09/29
This comment was minimized by the moderator on the site
Kutools for Excel's Convert to Date can quickly help you to convert dd-mm-yyyy or other date formats to yyyy-mm-dd format. See screenshot please.
This comment was minimized by the moderator on the site
Hi, How do i convert to date format in excel from dd/mm/yyyy to dd.mm.yyyy
This comment was minimized by the moderator on the site
Use Custom in Fomat Cells and declare the format "d.m.yyyy"
This comment was minimized by the moderator on the site
Try this =IFERROR(IF(DAY(A2)>12,DAY(A2)&”/”&MONTH(A2)&”/”&YEAR(A2),VALUE(DATE(YEAR(A2),DAY(A2),MONTH(A2)))),IF((LEN(A2)=7),LEFT(RIGHT(A2,5),2)&"-"&LEFT(RIGHT(A2,8),1)&"-"&RIGHT(A2,2),LEFT(RIGHT(A2,5),2)&"-"&LEFT(RIGHT(A2,8),2)&"-"&RIGHT(A2,2)))
This comment was minimized by the moderator on the site
How do I convert the date format : 01/01/2017 to 01/01/17
This comment was minimized by the moderator on the site
17/1/1989 19/6/1979 27/9/1986 16/5/1985 18/8/87 14/6/1983 25/7/1987 14/08/1972 21/8/1960 28/5/1973 26/6/1990 22/11/1988 26/12/1994 28/6/1988 16/9/1974 301/1990 14/9/1993 18/8/1971 24/8/1980 19/1/1995 29/2/1992 16/7/1975 22/6/190 18/4/1985 21/8/1982 15/6/1988 26/6/1986 20/6/1978 15/7/1981 23/1/1968 21/6/1986 How to change date in to mm/dd/yyyy am also try in format cells changes but not working please tell me any idea ,pls
This comment was minimized by the moderator on the site
There is no direct way to solve your problem, if you have any interest in addin, you can apply Kutools' Convert to Date utility, which can quickly convert the date dd/mm/yyyy to mm/dd/yyyy, it is free for 60 days. For m[quote]17/1/1989 19/6/1979 27/9/1986 16/5/1985 18/8/87 14/6/1983 25/7/1987 14/08/1972 21/8/1960 28/5/1973 26/6/1990 22/11/1988 26/12/1994 28/6/1988 16/9/1974 301/1990 14/9/1993 18/8/1971 24/8/1980 19/1/1995 29/2/1992 16/7/1975 22/6/190 18/4/1985 21/8/1982 15/6/1988 26/6/1986 20/6/1978 15/7/1981 23/1/1968 21/6/1986 How to change date in to mm/dd/yyyy am also try in format cells changes but not working please tell me any idea ,plsBy sandeep[/quote] ore detail, you can visit this https://www.extendoffice.com/product/kutools-for-excel/excel-convert-text-to-date.html
This comment was minimized by the moderator on the site
=(MID(A6,4,2)&"/"&LEFT(A6,2)&"/"&RIGHT(A6,2))+0 use the formula to convert the format
This comment was minimized by the moderator on the site
How do change month/date/year to date/month/year
This comment was minimized by the moderator on the site
How do I convert the date format : Eg: 8/10/15 to 08/10/2015
This comment was minimized by the moderator on the site
You could do that or you can simply select the column and do a find and replace on the "." and replace with "/". Then just right click on the selected column and change the format to date.
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations