3Answers
Great God, ask an EXCEL question. Add a dot in the middle of the number. There is “”-” in the original number.
Asked by: Henry Harrison 239 views IT
20180203-20181213 A column is changed to 2018.02.03-2018.12.13
If there is no intermediate ""-"" direct change, you can change it with 0000\.00\.00. Help God to enlighten me
Thank you very much
+7Votes
=REPLACE(REPLACE(REPLACE(RE1(13),"."),7,,"."),5,,". ")
+7Votes
=TEXT(SUBSTITUTE(LEFT(A1,16),"-",),"0000!.00!.00-0000 !.00!.0")&RIGHT(A1)
+7Votes
Figure effect:
B1 setting formula:
=LEFT(A1,4) &"."&MID(A1,5,2)&"."&MID(A1,7,2)&MID(A1,9,5)&"."&MID(A1,14,2)&". "&MID(A1,16,2)