View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max
 
Posts: n/a
Default Insert colon in text in cell

One way, assuming source data in A1 down
put in B1: =LEFT(A1,LEN(A1)-2)&":"&RIGHT(A1,2)
Copy B1 down

Freeze col B with an in-place: Copy Paste special Check "Values" OK
Then delete col A
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Phoenix" wrote in
message ...

didnt't know what to search to find it on the forum, so here is the
problem.


I need to insert colon to places to the left, like "X12345"="X123:45",

and "X1234"="X12:34" etc.

I'm sure it's a simple answer for you guys, but not for me


--
Phoenix
------------------------------------------------------------------------
Phoenix's Profile:

http://www.excelforum.com/member.php...fo&userid=2921
View this thread: http://www.excelforum.com/showthread...hreadid=507993