I am working with canadian Postal codes w/ hundreds of records that I need to change and Insert a space after the 3rd char.
Example "A1A1A1" should read "1A1 1A1" or "1A1-1A1", I have to do this w/out messing up my Header row ? I had found this code works but...
=LEFT(B12,3) & " " & RIGHT(B12,3)
I need to find a way so that where B12 is stated i need it to be either what i select or a specific column less row 1
Example "A1A1A1" should read "1A1 1A1" or "1A1-1A1", I have to do this w/out messing up my Header row ? I had found this code works but...
=LEFT(B12,3) & " " & RIGHT(B12,3)
I need to find a way so that where B12 is stated i need it to be either what i select or a specific column less row 1