today:
107
yesterday:
452
Total:
1,586,045

Technology

HOW TO CONVERT DD/MM/YYYY -> MM/DD/YYYY

admin 2020.09.19 21:28 Views : 3883

There is a formula that can quickly convert dd/mm/yyyy to mm/dd/yyyy date format.

Select a blank cell next to the dates you want to convert, type this formula =DATE(VALUE(RIGHT(A9,4)), VALUE(MID(A9,4,2)), VALUE(LEFT(A9,2))), and drag fill handle over the cells which need to use this formula.
doc ddmmyy mmddyy 2