Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do you convert phone numbers in the following format '000/000-0000 to the
excel format of (000)000-0000 without retyping each cell. I change the cells format to phone numbers with no change in the number. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you want text
=TEXT(SUBSTITUTE(A1,"/","-"),"(000)-000-0000") if you want number just replace (ctrl + H) and replace / with - then use the built in formatting for US phone numbers note that in my example your phone number was in A1, adapt accordingly -- Regards, Peo Sjoblom "don" wrote in message ... How do you convert phone numbers in the following format '000/000-0000 to the excel format of (000)000-0000 without retyping each cell. I change the cells format to phone numbers with no change in the number. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Oops! Should have tested it
=TEXT((SUBSTITUTE(SUBSTITUTE(A1,"/","-"),"-","")),"(000) 000-0000") for text -- Regards, Peo Sjoblom "Peo Sjoblom" wrote in message ... If you want text =TEXT(SUBSTITUTE(A1,"/","-"),"(000)-000-0000") if you want number just replace (ctrl + H) and replace / with - then use the built in formatting for US phone numbers note that in my example your phone number was in A1, adapt accordingly -- Regards, Peo Sjoblom "don" wrote in message ... How do you convert phone numbers in the following format '000/000-0000 to the excel format of (000)000-0000 without retyping each cell. I change the cells format to phone numbers with no change in the number. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The control + H worked for removing the /.
How do I remove the ' (apostrophe) at the begining of the string of numbers. Until that is removed, I am not able to reformat. My knowledge of your =TEXT formula requires more direction. It is above my knowledge level. "Peo Sjoblom" wrote: If you want text =TEXT(SUBSTITUTE(A1,"/","-"),"(000)-000-0000") if you want number just replace (ctrl + H) and replace / with - then use the built in formatting for US phone numbers note that in my example your phone number was in A1, adapt accordingly -- Regards, Peo Sjoblom "don" wrote in message ... How do you convert phone numbers in the following format '000/000-0000 to the excel format of (000)000-0000 without retyping each cell. I change the cells format to phone numbers with no change in the number. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
First of all, replace all the - with nothing (ctrl + H and put - in the find
what box and leave replace with box empty), then select the column, do datatext to columns and click finish to remove the apostrophe finally go into formatcellsnumberspecial and select US phone format -- Regards, Peo Sjoblom "don" wrote in message ... The control + H worked for removing the /. How do I remove the ' (apostrophe) at the begining of the string of numbers. Until that is removed, I am not able to reformat. My knowledge of your =TEXT formula requires more direction. It is above my knowledge level. "Peo Sjoblom" wrote: If you want text =TEXT(SUBSTITUTE(A1,"/","-"),"(000)-000-0000") if you want number just replace (ctrl + H) and replace / with - then use the built in formatting for US phone numbers note that in my example your phone number was in A1, adapt accordingly -- Regards, Peo Sjoblom "don" wrote in message ... How do you convert phone numbers in the following format '000/000-0000 to the excel format of (000)000-0000 without retyping each cell. I change the cells format to phone numbers with no change in the number. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert phone numbers with dashes in them to just numbers | Excel Discussion (Misc queries) | |||
Convert phone numbers with dashes in them to just numbers | Excel Discussion (Misc queries) | |||
How can I cross reference phone numbers with existing phone numbe. | Excel Discussion (Misc queries) | |||
Words > Numbers (i.e. Vanity Phone Numbers) function | Excel Worksheet Functions | |||
Phone Numbers | Excel Worksheet Functions |