+ Reply to Thread
Results 1 to 7 of 7

insert a space in a phone #. change (123)456-7890 to (123) 456-78

  1. #1
    leo
    Guest

    insert a space in a phone #. change (123)456-7890 to (123) 456-78



  2. #2
    N Harkawat
    Guest

    Re: insert a space in a phone #. change (123)456-7890 to (123) 456-78

    Go to edit - replace
    find what : )
    replace with: ) [insert a space after ) ]
    click on replace all


    "leo" <[email protected]> wrote in message
    news:[email protected]...
    >




  3. #3
    N Harkawat
    Guest

    Re: insert a space in a phone #. change (123)456-7890 to (123) 456-78

    And a formula based approach
    =MID(A1,1,5)&" "&MID(A1,6,10)

    "leo" <[email protected]> wrote in message
    news:[email protected]...
    >




  4. #4
    Jason Morin
    Guest

    Re: insert a space in a phone #. change (123)456-7890 to (123) 456-78

    =SUBSTITUTE(A1,")",") ")

    HTH
    Jason
    Atlanta, GA

    >-----Original Message-----
    >
    >.
    >


  5. #5
    leo
    Guest

    Re: insert a space in a phone #. change (123)456-7890 to (123) 45

    works great, thx,leo

    "Jason Morin" wrote:

    > =SUBSTITUTE(A1,")",") ")
    >
    > HTH
    > Jason
    > Atlanta, GA
    >
    > >-----Original Message-----
    > >
    > >.
    > >

    >


  6. #6
    leo
    Guest

    Re: insert a space in a phone #. change (123)456-7890 to (123) 45

    worked like a charm, thx,leo

    "N Harkawat" wrote:

    > Go to edit - replace
    > find what : )
    > replace with: ) [insert a space after ) ]
    > click on replace all
    >
    >
    > "leo" <[email protected]> wrote in message
    > news:[email protected]...
    > >

    >
    >
    >


  7. #7
    Ron Rosenfeld
    Guest

    Re: insert a space in a phone #. change (123)456-7890 to (123) 456-78

    On Fri, 14 Jan 2005 12:55:06 -0800, leo <[email protected]> wrote:

    Method 1:

    Enter it as 1234567890
    Format/Cells/Special Phone Number
    or
    Format/Cells/Custom Type: (###) ###-####

    Method 2 -- if the data is already entered as Text:

    Use a helper column. If your original data starts in row 2, insert the
    formula:

    =SUBSTITUTE(A2,")",") ")

    in some cell in the helper column, and copy/drag the formula down as far as
    necessary.


    --ron

+ 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