+ Reply to Thread
Results 1 to 10 of 10

Removing ( ) from a list of phone numbers

  1. #1
    Registered User
    Join Date
    07-07-2014
    Location
    Blairstown, NJ
    MS-Off Ver
    2013
    Posts
    23

    Removing ( ) from a list of phone numbers

    Hi - I have a list of about 3,000 phone numbers; when I export from our software program into Excel there are ( ) around the area code and a - in between the parts of the numbers
    ie. (555) 555-5555
    I need the parenthesis and the hyphen gone, plus no extra spaces, just one long number consisting of area code and phone all together.

    Is this doable??

    thanks!!
    Last edited by brlcarol99; 07-07-2014 at 02:51 PM.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Removing ( ) from a list of phone numbers

    Try..in a separate column

    =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,"(",""),")",""),"-","")," ","")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Removing ( ) from a list of phone numbers

    If you always have the full 10 digit #

    =MID(A1,2,3)&MID(A1,7,3)&RIGHT(A1,4)

  4. #4
    Registered User
    Join Date
    07-07-2014
    Location
    Blairstown, NJ
    MS-Off Ver
    2013
    Posts
    23

    Re: Removing ( ) from a list of phone numbers

    In the column next to the phone number column?

  5. #5
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,503

    Re: Removing ( ) from a list of phone numbers

    find and replace all not an option?
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  6. #6
    Registered User
    Join Date
    07-07-2014
    Location
    Blairstown, NJ
    MS-Off Ver
    2013
    Posts
    23

    Re: Removing ( ) from a list of phone numbers

    ok that worked - i can just delete the old column then. Thank you!!!

  7. #7
    Registered User
    Join Date
    07-07-2014
    Location
    Blairstown, NJ
    MS-Off Ver
    2013
    Posts
    23

    Re: Removing ( ) from a list of phone numbers

    Ok just spoke to the company we are sending this sheet to, we can't have hidden columns - any suggestions?? I had added in the substitution formula and then just hid the column

  8. #8
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Removing ( ) from a list of phone numbers

    Try this...

    A2 = (555) 555-5555

    Enter this formula in B2 and copy down as needed:

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

    Result will be 5555555555

    Select the entire range of formulas
    Right click>Copy
    Right click>Paste Special>Values

    Inspect the results to make sure they are what you want

    Delete column A
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  9. #9
    Registered User
    Join Date
    07-07-2014
    Location
    Blairstown, NJ
    MS-Off Ver
    2013
    Posts
    23

    Re: Removing ( ) from a list of phone numbers

    You're my hero - that worked!! thank you!

  10. #10
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Removing ( ) from a list of phone numbers

    You're welcome. Thanks for the feedback!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 7
    Last Post: 03-03-2016, 11:38 AM
  2. Replies: 8
    Last Post: 04-22-2013, 04:37 AM
  3. Replies: 4
    Last Post: 11-17-2012, 04:42 AM
  4. Removing spaces from phone numbers..?
    By cazzstar in forum Excel General
    Replies: 2
    Last Post: 06-19-2007, 06:36 AM
  5. [SOLVED] removing dashes from phone numbers
    By Brad in forum Excel General
    Replies: 3
    Last Post: 05-24-2005, 11:06 AM

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