Does anyone know how to remove the pesky space from a numeric string that has been copied from a web page and pasted into an excel spreadsheet?
Thanks!
Does anyone know how to remove the pesky space from a numeric string that has been copied from a web page and pasted into an excel spreadsheet?
Thanks!
Go to Edit > Find Replace
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
If the space is at the end of the number, you should be able to use
=trim(a1)
If the space is in the middle somewhere, you can use
=substitute(a1," ","")
the space is at the end of the number but for some reason even with the trim command the space remains.
How about
=CLEAN(A1)
This will remove a handful of non-printing characters.
If this fails, you can probably do as OldChippy suggested and use Find/Replace. The trick is you'll have to go into one of the problem cells and select that last invisible character. Copy that character and paste it into the "Find What" box in the Replace window. In the "Replace With" box, do nothing (leave blank). Click Replace All and it should get rid of those non-printing characters.
Let us know..
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks