+ Reply to Thread
Results 1 to 8 of 8

change xxxxxxxxxx to xxx-xxx-xxxx?

  1. #1
    Rashed
    Guest

    change xxxxxxxxxx to xxx-xxx-xxxx?

    I have large quantity phone numbers in this format 2392617177, and I like to
    change all the phone number to this 239-261-7177 format. How can I do it
    quickly? Please help….

  2. #2
    JulieD
    Guest

    Re: change xxxxxxxxxx to xxx-xxx-xxxx?

    Hoping all your phone numbers are in a column ... if so insert a column to
    the right of these numbers and in the first cell type
    (assuming phone numbers start in A2)
    =LEFT(A2,3)&"-"&MID(A2,4,3)&"-"&RIGHT(A2,4)

    and fill down (move cursor over bottom right hand corner of the cell until
    you see a + and then double click)
    now when you're happy that the numbers are correct -
    now select this column and choose copy
    select your old column and choose
    edit / paste special / values

    --
    Cheers
    JulieD
    check out www.hcts.net.au/tipsandtricks.htm
    ....well i'm working on it anyway
    "Rashed" <[email protected]> wrote in message
    news:[email protected]...
    >I have large quantity phone numbers in this format 2392617177, and I like
    >to
    > change all the phone number to this 239-261-7177 format. How can I do it
    > quickly? Please help..




  3. #3
    Registered User
    Join Date
    04-13-2005
    Posts
    3
    You could also use the text() command.
    Ex:
    A__________B
    1234567890 =text(A1,"###-###-####")
    2345678901 =text(A2,"###-###-####")
    3456789012 =text(A3,"###-###-####")

    Or in Format cells, under custom you can put ###-###-#### (without quotes).

  4. #4
    Forum Contributor
    Join Date
    06-21-2004
    Posts
    106
    Why isn't formatting to phone number an option?
    Format>>>cells>>>number>>>Special>>>Phone number

  5. #5
    MrT
    Guest

    RE: change xxxxxxxxxx to xxx-xxx-xxxx?

    slect the numbers, right click -> Format Cells. In Category: go to custom and
    type in the mask 000-000-0000.

    Have Fun !

    "Rashed" wrote:

    > I have large quantity phone numbers in this format 2392617177, and I like to
    > change all the phone number to this 239-261-7177 format. How can I do it
    > quickly? Please help….


  6. #6
    CLR
    Guest

    Re: change xxxxxxxxxx to xxx-xxx-xxxx?

    Just for a different way........
    If your numbers are in columnA, make sure columns B and C are empty, then,
    highlight column A, do Data > TextToColumns > FixedWidth > set the column
    breaks after the third and sixth digits > Finish.........this puts 239 in
    cell A1, 261 in cell B1 and 7177 in cell C1..........then in D1 put this
    formula and copy down.......
    =A1&"-"&B1&"-"&C1

    Vaya con Dios,
    Chuck, CABGx3



    "Rashed" <[email protected]> wrote in message
    news:[email protected]...
    > I have large quantity phone numbers in this format 2392617177, and I like

    to
    > change all the phone number to this 239-261-7177 format. How can I do it
    > quickly? Please help..




  7. #7
    Qwerty
    Guest

    Re: change xxxxxxxxxx to xxx-xxx-xxxx?

    You can try changing the format of the cells in Format Cells/Number
    tab/Special/Phone Number. Choose English (Canada) under Locale: for the
    format you want.

    "JulieD" <[email protected]> wrote in message
    news:[email protected]...
    > Hoping all your phone numbers are in a column ... if so insert a column to
    > the right of these numbers and in the first cell type
    > (assuming phone numbers start in A2)
    > =LEFT(A2,3)&"-"&MID(A2,4,3)&"-"&RIGHT(A2,4)
    >
    > and fill down (move cursor over bottom right hand corner of the cell until
    > you see a + and then double click)
    > now when you're happy that the numbers are correct -
    > now select this column and choose copy
    > select your old column and choose
    > edit / paste special / values
    >
    > --
    > Cheers
    > JulieD
    > check out www.hcts.net.au/tipsandtricks.htm
    > ...well i'm working on it anyway
    > "Rashed" <[email protected]> wrote in message
    > news:[email protected]...
    >>I have large quantity phone numbers in this format 2392617177, and I like
    >>to
    >> change all the phone number to this 239-261-7177 format. How can I do it
    >> quickly? Please help..

    >
    >




  8. #8
    Registered User
    Join Date
    04-13-2005
    Posts
    3
    That puts it in (###)###-#### format. He stated that he wanted ###-###-####. I just assumed that is what he wanted.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1