Hello knowledgeable users!
I am trying to fix a series of numbers. in E2 it reads:
20180809173450Z
I want it to be:
08092018
This is what I have so far:
=MID(E2,7,2)&LEFT(E2,LEN(E2)-9)
Which returns 09201808.
Ok almost there, just have to do that same thing to put 08 in front of the 092018.
=MID(E2,7,2)&LEFT(E2,LEN(E2)-9)&RIGHT(E2,2)
AHCK it does not work! I get:
<colgroup><col width="283"></colgroup><tbody>
[TD="class: xl65, width: 283"]092018080Z
So it seems that the formula is still using what is in E2 and not the "new result."
Any advice would be greatly appreciated!!
[/TD]
</tbody>
I am trying to fix a series of numbers. in E2 it reads:
20180809173450Z
I want it to be:
08092018
This is what I have so far:
=MID(E2,7,2)&LEFT(E2,LEN(E2)-9)
Which returns 09201808.
Ok almost there, just have to do that same thing to put 08 in front of the 092018.
=MID(E2,7,2)&LEFT(E2,LEN(E2)-9)&RIGHT(E2,2)
AHCK it does not work! I get:
<colgroup><col width="283"></colgroup><tbody>
[TD="class: xl65, width: 283"]092018080Z
So it seems that the formula is still using what is in E2 and not the "new result."
Any advice would be greatly appreciated!!
[/TD]
</tbody>