View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Rusty Rusty is offline
external usenet poster
 
Posts: 46
Default convert phone format

Comes close, but I need all "-" removed?
--
rustyrunrite


"Jacob Skaria" wrote:

With your number in cell A1 try the below formula

="1" & SUBSTITUTE(A1,"-",)

If this post helps click Yes
---------------
Jacob Skaria


"Rusty" wrote:

I need to convert my data base list of phone numbers after exporting them to
excel. they land in the following format 123-456-7891. I need a formula that
will add a "1" to the front and carry the balance without the "-". The result
need to be a string that looks like this 11234567891. Is this possible?
--
rustyrunrite