Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a list of mobile numbers as 07777 123456 and need them to be
07777123456. How do I do this? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
if your phone number is in cell b4 then use this
=SUBSTITUTE(B4," ","") -- Allllen "Raich" wrote: I have a list of mobile numbers as 07777 123456 and need them to be 07777123456. How do I do this? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
you can also use the find/replace feature. Enter a space in the find box,
and nothing in the replace box. This way you don't need a helper column. "Raich" wrote: I have a list of mobile numbers as 07777 123456 and need them to be 07777123456. How do I do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
remove text from cell containing numbers | Excel Discussion (Misc queries) | |||
How can I remove a verticle page break that is a dashed line. | Excel Discussion (Misc queries) | |||
How can I remove diff. numbers from a cell combined with text | Excel Discussion (Misc queries) | |||
Extra space after imported numbers | Excel Discussion (Misc queries) | |||
create space in line chart between points, linked to pivot table | Charts and Charting in Excel |