B
Brian.anderson
I am attempting to add a space to a text string in
multiple cells. Please see example below:
The text string I have is:
ROJ123456/1R1A
The result I want is:
ROJ123456/1 R1A
My question is how do I get the function to ignore the
first "R", search for the Second "R" and insert a space
before the second "R"
I also have the scenario where the leading alpha character
is not an "R". See example below:
The Text String I have is:
BFB101001/1R1A
The result I want is:
BFB101001/1 R1A
How do I get the function to put a space before the "R".
Any help would be most appreciated.
Thanks.
multiple cells. Please see example below:
The text string I have is:
ROJ123456/1R1A
The result I want is:
ROJ123456/1 R1A
My question is how do I get the function to ignore the
first "R", search for the Second "R" and insert a space
before the second "R"
I also have the scenario where the leading alpha character
is not an "R". See example below:
The Text String I have is:
BFB101001/1R1A
The result I want is:
BFB101001/1 R1A
How do I get the function to put a space before the "R".
Any help would be most appreciated.
Thanks.