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...