ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   how do I format some text....."abc123" into "abc 123" (https://www.excelbanter.com/excel-discussion-misc-queries/153323-how-do-i-format-some-text-abc123-into-abc-123-a.html)

[email protected]

how do I format some text....."abc123" into "abc 123"
 
I just want to add a space ion the middle

Thanks!

....Lisa


David Biddulph[_2_]

how do I format some text....."abc123" into "abc 123"
 
=LEFT(A1,3)&" "&RIGHT(A1,3)
--
David Biddulph

wrote in message
oups.com...
I just want to add a space ion the middle

Thanks!

...Lisa




Pete_UK

how do I format some text....."abc123" into "abc 123"
 
Try this, assuming your text is in A1:

=LEFT(A1,3)&" "&RIGHT(A1,3)

Copy down if required.

Hope this helps.

Pete

On Aug 8, 12:04 am, "
wrote:
I just want to add a space ion the middle

Thanks!

...Lisa




[email protected]

how do I format some text....."abc123" into "abc 123"
 
Thank you!!

....Lisa

On Aug 7, 7:08 pm, "David Biddulph" <groups [at] biddulph.org.uk
wrote:
=LEFT(A1,3)&" "&RIGHT(A1,3)
--
David Biddulph

wrote in message

oups.com...

I just want to add a space ion the middle


Thanks!


...Lisa





All times are GMT +1. The time now is 01:04 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com