Hello,
i need to remove a space from the middle of a text string, ie,
12345 6789 or 123 456789 or 1234567 89
needs to show
123456789
the space will be at a random point in the text.
any ideas?
thanks reg
Hello,
i need to remove a space from the middle of a text string, ie,
12345 6789 or 123 456789 or 1234567 89
needs to show
123456789
the space will be at a random point in the text.
any ideas?
thanks reg
Hi,
Edit > Find, type in a space, click Replace leave blank click All
oldchippy
-------------
![]()
![]()
Blessed are those who can give without remembering and take without forgetting
If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.
Click here >>> Top Excel links for beginners to Experts
Forum Rules >>>Please don't forget to read these
thanks old chippy,
is there a function that will do the same thing, as its part of a larger worksheet that runsautomatically.
thanks reg
thanks old chippy,
is there a function that will do the same thing, as its part of a larger worksheet that runsautomatically.
thanks reg
Hi,
With your numbers in column A you could use
=SUBSTITUTE(A1," ","") copy down column B
thanks old chippy,
its seems so simple,
thanks again reg
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks