Inserting characters into text already typed

R

rabbithowling

I made a list of phone numbers without the parenthesis and dashes and
spaces figuring I would format the numbers later with the special phone
number format. But now I want to actually input all the parenthesis,
dashes and etc. into the plain numbers typed in the cells. Any
suggestions? Thanks in advance.
 
R

Ron Rosenfeld

I made a list of phone numbers without the parenthesis and dashes and
spaces figuring I would format the numbers later with the special phone
number format. But now I want to actually input all the parenthesis,
dashes and etc. into the plain numbers typed in the cells. Any
suggestions? Thanks in advance.

You might be able to use the TEXT function.

If your entry is 8005551212 (in A1), then:

=TEXT(A1,"1-(000) 000-0000")

--> 1-(800) 555-1212
as a text string


--ron
 
C

CLR

Select the cells.....Right-click > FormatCells > NumberTab > Special >
PhoneNumber > OK

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