G
Guest
Help! I'm soooo close.
My cell looks like this - .0470N.0180E.21
I want my cell to look like this - T47N R18E
It currently looks like this - T47N.18E
Here is my subsitute function:
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE
(F2,".0","T",1),"0",""),".0","R",2),".21","")
I just need the second .0 to be replaced by a <space> "R"
My cell looks like this - .0470N.0180E.21
I want my cell to look like this - T47N R18E
It currently looks like this - T47N.18E
Here is my subsitute function:
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE
(F2,".0","T",1),"0",""),".0","R",2),".21","")
I just need the second .0 to be replaced by a <space> "R"