![]() |
Adding a dash to phone numbers
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 |
Adding a dash to phone numbers
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 |
Adding a dash to phone numbers
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 |
All times are GMT +1. The time now is 02:59 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com