View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default convert phone format

The - must be a custom format.

Select the cellsRight clickFormat Cellsselect Customand type #

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


"Rusty" wrote:

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