+ Reply to Thread
Results 1 to 3 of 3

Convert phone numbers with dashes in them to just numbers

  1. #1
    J H
    Guest

    Convert phone numbers with dashes in them to just numbers

    I281-333-3333 - How do I change it to 2813333333

    Thanks. Jenny

  2. #2
    Toppers
    Guest

    RE: Convert phone numbers with dashes in them to just numbers


    For 281-333-3333 -

    =TRIM(SUBSTITUTE(A1,"-",""))

    For I281-333-3333 - (with prefix of I )

    =TRIM(SUBSTITUTE(RIGHT(A1,(LEN(A1)-1)),"-",""))

    HTH

    "J H" wrote:

    > I281-333-3333 - How do I change it to 2813333333
    >
    > Thanks. Jenny


  3. #3
    Gord Dibben
    Guest

    Re: Convert phone numbers with dashes in them to just numbers


    Where did that I come from<g>

    Gotta get new eyes one of these days.


    Gord
    On Thu, 22 Jun 2006 20:46:01 -0700, Toppers <Toppers@discussions.microsoft.com>
    wrote:

    >
    >For 281-333-3333 -
    >
    >=TRIM(SUBSTITUTE(A1,"-",""))
    >
    >For I281-333-3333 - (with prefix of I )
    >
    >=TRIM(SUBSTITUTE(RIGHT(A1,(LEN(A1)-1)),"-",""))
    >
    >HTH
    >
    >"J H" wrote:
    >
    >> I281-333-3333 - How do I change it to 2813333333
    >>
    >> Thanks. Jenny



+ 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