today:
60
yesterday:
589
Total:
1,854,004

Technology

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

admin 2020.09.19 21:28 Views : 4018

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