+ Reply to Thread
Results 1 to 3 of 3

How do I add an area code to a list of phone numbers in Excel?

  1. #1
    PPuser
    Guest

    How do I add an area code to a list of phone numbers in Excel?

    I have multiple lists containing phone numbers that don't include an area
    code. Is there a way to automatically add the same area code to the list?
    Thanks


  2. #2
    jiwolf
    Guest

    Re: How do I add an area code to a list of phone numbers in Excel?

    yes. Assuming your list is is column A, with the first entry in cell A1, and you wish to add area code "01902"

    enter the following into cell B1, ="01902"& A1 then copy and paste down.




    "PPuser" <[email protected]> wrote in message news:[email protected]...
    >I have multiple lists containing phone numbers that don't include an area
    > code. Is there a way to automatically add the same area code to the list?
    > Thanks
    >


  3. #3
    Jason Morin
    Guest

    Re: How do I add an area code to a list of phone numbers in Excel?

    Try something to the effect of:

    =IF(LEN(A1)<=8,"(404) "&A1,A1)

    HTH
    Jason
    Atlanta, GA

    >-----Original Message-----
    >I have multiple lists containing phone numbers that

    don't include an area
    >code. Is there a way to automatically add the same area

    code to the list?
    >Thanks
    >
    >.
    >


+ 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