Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a sheet that I would like to convert data over to. But all the phone
numbers on the sheet have this format ###+###-#### and I would like to convert it to ###-###-#### so basically I just need the + replaced with a - when the record is entered into the table. I know this is easy but im not familiar with at excel functions Thanx |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On May 2, 11:57 am, Noncentz303
wrote: I have a sheet that I would like to convert data over to. But all the phone numbers on the sheet have this format ###+###-#### and I would like to convert it to ###-###-#### so basically I just need the + replaced with a - when the record is entered into the table. I know this is easy but im not familiar with at excel functions Thanx Hi. I believe what you want is below using the Replace function. The firs part (A1) is the cell with old number with the + in it. The "4" is to move over 4 characters to the right (416+) It will stop at the +. The "1" is to replace only ONE char to the right, where you choose to start in the text string. (the 4 over) And the "-" is what you want to replace the + with. 416+896-8229 =REPLACE(A1,4,1,"-") Hope that helps! -LT |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Highlight the column of phone numbers to be changed, then do Edit Replace
and then follow the menus........ Vaya con Dios, Chuck, CABGx3 "Noncentz303" wrote: I have a sheet that I would like to convert data over to. But all the phone numbers on the sheet have this format ###+###-#### and I would like to convert it to ###-###-#### so basically I just need the + replaced with a - when the record is entered into the table. I know this is easy but im not familiar with at excel functions Thanx |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format change of phone number | Excel Discussion (Misc queries) | |||
How to format a phone number in Excel | Excel Discussion (Misc queries) | |||
Join three columns containing phone number and format as (000) 000 | Excel Discussion (Misc queries) | |||
how do I add phone number format as a permanent custom format? | Excel Discussion (Misc queries) | |||
Changing format of number without changing the value | Excel Discussion (Misc queries) |