change ten digits in a cell to include phone # formats

G

Guest

I need to change a cell with ten digits to include the phone number format
characters. Not just in the "view", but in the actual cell. The cell needs
to be changed from "1234567890" to "(123) 456-7890", including the space
after the area code. I am importing an excel file of phone numbers and the
contents need to be exact. Any suggestions?
 
G

Guest

Assuming your number is in cell A1, enter the following formula in cell b1:
=TEXT(A1,"(000) 000-0000"), copy that formula to for other lines and then
copy/paste values and the result will be the text you're looking for.
Gary
 
R

RagDyer

Have you tried,
<Format> <Cells> <Number> tab,
And click on "Special", and choose "Phone Number"
?
--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 
C

CLR

Sorry, forgot to mention that if you use this formula and then do Copy >
PasteSpecial > Values, then you will get all the info in the cell without
just being "formatted", as you asked.............

Vaya con Dios,
Chuck, CABGx3
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top