![]() |
How do I remove a space from the middle of a line of numbers?
I have a list of mobile numbers as 07777 123456 and need them to be
07777123456. How do I do this? |
How do I remove a space from the middle of a line of numbers?
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? |
How do I remove a space from the middle of a line of numbers?
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? |
All times are GMT +1. The time now is 11:57 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com