+ Reply to Thread
Results 1 to 7 of 7

phone number dilemma

  1. #1
    Registered User
    Join Date
    01-14-2004
    Posts
    34

    phone number dilemma

    Im putting together a list and I need some assistance.
    In cell A1 I have a phone number. 2125551212 for example.
    I need it to look like 12125551212 - it needs to have a one in front on it.
    I have an excel list of over 20000 numbers. Is there a way to easily put a 1 in front of all the numbers?

  2. #2
    Registered User
    Join Date
    09-15-2005
    Posts
    90
    insert a column after "a" in new column "b'' type in '=1&a1'

    then fill down entire list.

  3. #3
    Registered User
    Join Date
    09-15-2005
    Posts
    90
    or insert macro

    Sub AddOne()

    ActiveCell.FormulaR1C1 = "=1&RC[-1]"
    Range("B1:B20000").Select
    Selection.FillDown
    End Sub

  4. #4
    Ken Wright
    Guest

    Re: phone number dilemma

    In B1 put

    =1&A1

    and then copy down. Lastly copy Col B, and paste special as values and then
    delete Col A

    --
    Regards
    Ken....................... Microsoft MVP - Excel
    Sys Spec - Win XP Pro / XL 97/00/02/03

    ------------------------------*------------------------------*----------------
    It's easier to beg forgiveness than ask permission :-)
    ------------------------------*------------------------------*----------------




    "alexm999" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Im putting together a list and I need some assistance.
    > In cell A1 I have a phone number. 2125551212 for example.
    > I need it to look like 12125551212 - it needs to have a one in front on
    > it.
    > I have an excel list of over 20000 numbers. Is there a way to easily
    > put a 1 in front of all the numbers?
    >
    >
    > --
    > alexm999
    > ------------------------------------------------------------------------
    > alexm999's Profile:
    > http://www.excelforum.com/member.php...fo&userid=4918
    > View this thread: http://www.excelforum.com/showthread...hreadid=485001
    >




  5. #5
    Elkar
    Guest

    RE: phone number dilemma

    Assuming all your phone numbers are this format, then yes there is an easy
    way to do this.

    1. In any empty cell, enter the value: 10000000000
    2. Copy that cell
    3. Highlight your list of phone numbers
    4. Select "Paste Special..." from the Edit Menu
    5. Click the box labeled "Add" in the Operation section
    6. Click "OK"
    7. Delete the 10000000000 from the cell that you entered earlier.=

    That should do it.

    "alexm999" wrote:

    >
    > Im putting together a list and I need some assistance.
    > In cell A1 I have a phone number. 2125551212 for example.
    > I need it to look like 12125551212 - it needs to have a one in front on
    > it.
    > I have an excel list of over 20000 numbers. Is there a way to easily
    > put a 1 in front of all the numbers?
    >
    >
    > --
    > alexm999
    > ------------------------------------------------------------------------
    > alexm999's Profile: http://www.excelforum.com/member.php...fo&userid=4918
    > View this thread: http://www.excelforum.com/showthread...hreadid=485001
    >
    >


  6. #6
    Michael
    Guest

    RE: phone number dilemma

    Hi Alex. In B1 type "=1&A1. This will put a 1 in front of the number in A1.
    Then just copy down for your 20,000 entries. When finished copy Column B on
    itself, using Edit - Paste Special - Values. HTH
    --
    Sincerely, Michael Colvin


    "alexm999" wrote:

    >
    > Im putting together a list and I need some assistance.
    > In cell A1 I have a phone number. 2125551212 for example.
    > I need it to look like 12125551212 - it needs to have a one in front on
    > it.
    > I have an excel list of over 20000 numbers. Is there a way to easily
    > put a 1 in front of all the numbers?
    >
    >
    > --
    > alexm999
    > ------------------------------------------------------------------------
    > alexm999's Profile: http://www.excelforum.com/member.php...fo&userid=4918
    > View this thread: http://www.excelforum.com/showthread...hreadid=485001
    >
    >


  7. #7
    Jay
    Guest

    Re: phone number dilemma

    > Im putting together a list and I need some assistance.
    > In cell A1 I have a phone number. 2125551212 for example.
    > I need it to look like 12125551212 - it needs to have a one in front on
    > it.
    > I have an excel list of over 20000 numbers. Is there a way to easily
    > put a 1 in front of all the numbers?


    One way is to select the column and use:
    Format > Cells > Number
    Then for "Category" select "Custom" and put this for the "Type":
    1##########

+ 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