简体   繁体   中英

Convert text formatted date DD.MM.YYY HH.MM to standart DD.MM.YYYY date format in Excel

I have a very troublesome date format that I need to convert to standart short date as DD.MM.YYYY. I have tried some formulas as below but I cannot reach the true output. Any help will be appreciated...

公式和输出

Use this:

=DATE(MID(A1,7,4),MID(A1,4,2),LEFT(A1,2))

Then format it as DD.MM.YYYY

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM