Thread
:
change ten digits in a cell to include phone # formats
View Single Post
#
5
CLR
Posts: n/a
change ten digits in a cell to include phone # formats
="("&LEFT(A1,3)&") "&MID(A1,4,3)&"-"&RIGHT(A1,4)
Vaya con Dios,
Chuck, CABGx3
"Judi Mason" <Judi
wrote in message
...
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?
Reply With Quote