View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme Bernard Liengme is offline
external usenet poster
 
Posts: 4,393
Default add data into a cell

No, but read on:

Suppose all the phone numbers are in G1:G20
1 If column H is not empty insert a new column by right clicking the H
header (we will get rid of it soon)
2 In H1 enter the formula ="(902)-"&G1 ; of course, you will want your area
code, and the parentheses are optional
3) Copy down the column
4) Select all entries in H and use COPY. With the data still selected use
Edit | Paste Special and specify VALUES
Now the entries in H are what you want
5) Click the G header and use Delete to remove

hope this helps

Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Paul" wrote in message
...
can i add () to the area code in all my cells that contan a phone number
all
at one time. is there a formula that can be created to accomplish this
task?

Paul