Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I have a column of phone numbers with seven digits. I need to add a dash after the third digit - what is hte best way to do this? Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Choose
Edit -Format Cells-Number-Special-Phone Number "Jim" wrote: Hello, I have a column of phone numbers with seven digits. I need to add a dash after the third digit - what is hte best way to do this? Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Jim - For a phone number in cell A1, type in B1:
=left(a1,3)&"-"&right(A1,4) "Jim" wrote: Hello, I have a column of phone numbers with seven digits. I need to add a dash after the third digit - what is hte best way to do this? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding area codes only to phone numbers missing an area code | Excel Discussion (Misc queries) | |||
adding a dash | Excel Discussion (Misc queries) | |||
Count comma separated numbers, numbers in a range with dash, not t | Excel Discussion (Misc queries) | |||
How can I cross reference phone numbers with existing phone numbe. | Excel Discussion (Misc queries) | |||
How to insert a repeating dash in phone numbers without dashes in. | New Users to Excel |