View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peter
 
Posts: n/a
Default Insert Function?

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".