Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
Is there a way to insert a space into a string of characters in a cell? For example, I have "ABCDEFG" in A1, but I want B1 to read "ABC DEF G". |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This should do it =CONCATENATE(LEFT(A1,3)," ",MID(A1,4,3)," ",RIGHT(A1,1))
-- Peter London, UK "EarlyJ" wrote: Hello, Is there a way to insert a space into a string of characters in a cell? For example, I have "ABCDEFG" in A1, but I want B1 to read "ABC DEF G". |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you Peter. I thought CONCATENATE only worked with data in separate
cells. This is my first time on this site and I'm really looking forward to reading all of the post and learning a lot. Thanks again. John Dallas, TX "Peter" wrote: This should do it =CONCATENATE(LEFT(A1,3)," ",MID(A1,4,3)," ",RIGHT(A1,1)) -- Peter London, UK "EarlyJ" wrote: Hello, Is there a way to insert a space into a string of characters in a cell? For example, I have "ABCDEFG" in A1, but I want B1 to read "ABC DEF G". |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is it possible to insert a function within a sentence in Excel 200 | Excel Worksheet Functions | |||
function to insert a picture | Excel Worksheet Functions | |||
Is it possible to insert a macro command in an "IF" function? | Excel Worksheet Functions | |||
pethow do i insert a Yes/No function into a cell in Excel? | Excel Discussion (Misc queries) | |||
clock | Excel Worksheet Functions |