#1   Report Post  
alexm999
 
Posts: n/a
Default 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?


--
alexm999
------------------------------------------------------------------------
alexm999's Profile: http://www.excelforum.com/member.php...fo&userid=4918
View this thread: http://www.excelforum.com/showthread...hreadid=485001

  #2   Report Post  
comotoman
 
Posts: n/a
Default phone number dilemma


insert a column after "a" in new column "b'' type in '=1&a1'

then fill down entire list.


--
comotoman
------------------------------------------------------------------------
comotoman's Profile: http://www.excelforum.com/member.php...o&userid=27292
View this thread: http://www.excelforum.com/showthread...hreadid=485001

  #3   Report Post  
Ken Wright
 
Posts: n/a
Default 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" wrote in
message ...

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



  #4   Report Post  
comotoman
 
Posts: n/a
Default phone number dilemma


or insert macro

Sub AddOne()

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


--
comotoman
------------------------------------------------------------------------
comotoman's Profile: http://www.excelforum.com/member.php...o&userid=27292
View this thread: http://www.excelforum.com/showthread...hreadid=485001

  #5   Report Post  
Elkar
 
Posts: n/a
Default 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   Report Post  
Michael
 
Posts: n/a
Default 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   Report Post  
Jay
 
Posts: n/a
Default 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
breaking up a phone number maximus73 Excel Worksheet Functions 2 August 3rd 05 07:19 PM
breaking up a phone number maximus73 Excel Discussion (Misc queries) 7 August 3rd 05 06:57 PM
Phone number Lisa Excel Discussion (Misc queries) 3 May 10th 05 10:34 PM
Phone Number Formats Mikey54412 Excel Discussion (Misc queries) 4 May 4th 05 03:11 AM
Phone Dialer Pat Excel Discussion (Misc queries) 5 January 7th 05 06:28 PM


All times are GMT +1. The time now is 02:17 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"