today:
411
yesterday:
400
Total:
1,744,761

Technology

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

admin 2020.09.19 22:28 Views : 3991

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