Excel - Imported Number to Phone Number

  • Thread starter Thread starter benallred99
  • Start date Start date
B

benallred99

Is there a way to change an imported number such as:

7042626598 and display it as a phone number like:

(704) 262-6598

?


Thank you,

Be
 
Ben,

Yes you can format the cells containing the 10 digit
number to a phone number. Highlight all the required cell
and on the Main menu choose

Format/Cells/Number/Special/Phone Number

Charlie O'Neill
 
One more is too do what Charlie says while recording it
into a macro. You will then be able to convert any cell
by activating the macro. If you know VBA, you can parse
the number on the fly to detect a preceding '1' as in 1-
800 and insert a "-" as well as picking off the xxx-xxxx
sequence also allowing for a totally automatic conversion.

Kevin
 

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

Back
Top