Skip to main content

How to quickly convert date format between European and US in Excel?

If you work in an international company, you will receive sheets from different counties every day which may record dates with different date formats. For example, the European counties record dates in the date format dd/mm/yyyy, while US record dates in the date format mm/dd/yyyy. In this case, how can you quickly convert the date format between European countries and US in Excel?

Convert texted date from European to US with formula

Convert date format between European and US with Format Cells


arrow blue right bubble Convert texted date from European to US with formula

If the dates in the sheet you have received are formatted as texts, you can apply a formula to convert the dates from European to US.

Select a blank cell that you want to put the converted result at, enter this formula =DATE(VALUE(RIGHT(C2,4)), VALUE(MID(C2,4,2)), VALUE(LEFT(C2,2))), drag fill handle down to apply this formula to the cells. Then the dates of European countries have been converted to the date format of US. See screenshot:
doc convert date between euro us 1

In the formula, C2 is the date you want to convert from European texted date to US date.


arrow blue right bubble Convert date format between European and US with Format Cells

If the dates you received are formatted as European or US dates, you can apply Format Cells function to quickly handle the conversion between European and US countries.

1. Select the dates you want to convert, and right click to select Format Cells from the context menu. See screenshot:
doc convert date between euro us 2

2. Then in the Format Cells dialog, under Number tab, and click Date form the Category list, and choose English(United States) from the Locale (location) drop down list, and go to the Type list to choose one date forma as you need.
doc convert date between euro us 3

3. Click OK. Now the European dates have been converted to US dates.
doc convert date between euro us 4

Note: If you want to convert date format of US to European’s, you can choose English (United Kingdom) from the Locale (location) drop down list, and select one type of date from the above list in Format Cells dialog. See screenshot:
doc convert date between euro us 5  doc convert date between euro us 6


Easily add days/years/month/hours/minutes/seconds to a datetime in Excel

Supposing you have a date time format data in a cell, and now you need to add a number of days, years, months, hours, minutes, or seconds to this date. Normally, using formula is the first method for all Excel users, but it’s hard to remember all formulas. With Kutools for Excel’s Date & Time Helper utility, you can easily add days, years, months, or hours, minutes or seconds to a date time, moreover, you can caculate the date difference, or the age based on a given birthday without remembering the formula at all. Click for full-featured free trial in 30 days!
doc add hour minute second
 
Kutools for Excel: with more than 300 handy Excel add-ins, free to try with no limitation in 30 days.

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or 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  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
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 Toolsets12 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, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


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 (7)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
hello folks... took me a moment, but this is the formula that works:

=MID(B10;FIND("/";B10;1)+1;FIND("/";B10;4)-FIND("/";B10;1)-1)&"."&LEFT(B10;FIND("/";B10)-1)&"."&MID(B10;FIND("/";B10;4)+1;4)

converts e.g. 5/21/2022 12:36 PM to 21.5.2022


Replace all B10 by the cell you want to convert
This comment was minimized by the moderator on the site
Another way to do this: Separate the european date, day/month/year, (say its in A1) into three new columns for the day, month, and year using "Text to File" and using the / symbol as your delimiting character. You'll be left with the day in column (b1), the month in the next column (c1), and the year in the last (d1). Finally in a fifth column (e1), combine the three numbers using =concatenate(c1,"/",b1,"/",d1).
This comment was minimized by the moderator on the site
Formula also does not work when the incoming European dates suppress the leading zero on the month and day portion (3/2/2017 instead of 03/02/2017 as the date of February 3, 2017).
This comment was minimized by the moderator on the site
why dont you try to fix it?
This comment was minimized by the moderator on the site
This formula: =DATE(VALUE(RIGHT(C2,4)), VALUE(MID(C2,4,2)), VALUE(LEFT(C2,2))) does not work if the dates are from the 19th century (1824 etc.) - it converts them to numbers in the 3000s. I'm no Excel wiz, but I do see that tinkering around with that 4 in the first RIGHT part of the equation produces various other dates, but never the correct 19th-century one. How do you get it to just keep the date originally entered?
This comment was minimized by the moderator on the site
Sorry, above formulas do not work for the dates befor 1900.
This comment was minimized by the moderator on the site
LOL
THIS IS FRUE:
=DATUM(HODNOTA(ZPRAVA(C7,4)), (ČÁST(C7,4,2)), (ZLEVA(C7,2)))
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations