+ Reply to Thread
Results 1 to 6 of 6

format phone numbers ?

  1. #1
    Registered User
    Join Date
    03-24-2008
    Posts
    3

    Question format phone numbers ?

    i have a list of phone numbers in excel 2007 (000) 000-0000. I need to make them be like this 0000000000.
    i ahev tried to format cell and put in 10 0. but it did nto work i have so many of them i do not want to do this by hand need help
    thank you so much for helping me
    i am using office 2007 but have to share it with someine who useing 2003

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Where the numbers typed in with brackets and dashes?

    Can you do a find/replace? and replace "(", ")" and "-" with nothing (i.e. leave Replace With field blank).
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    03-24-2008
    Posts
    3

    how do you do a find and replace

    the numbers look like this (000) 000-0000
    i need a cell next to it with 0000000000

  4. #4
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229
    The formula
    =VALUE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1," ",""),"(",""),")",""),"-",""))

    should do it.
    If its a one time project, delimited Text to Columns followed by simple concatination should work.
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

  5. #5
    Registered User
    Join Date
    03-24-2008
    Posts
    3

    Talking Thank You

    Thank You So Much

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Quote Originally Posted by hotpinkstef
    the numbers look like this (000) 000-0000
    i need a cell next to it with 0000000000
    FYI:

    Edit|Replace will pull up the Replace Dialogue window....

+ 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