How to remove empty spaces in a cell with numbers?

G

Guest

In my example I have a long list with numbers that starts out with empty
spaces like this:

55 210
110
665 010
....

and so on.. I would like to remove all the empty gaps in my column. How do I
do that without doing it manually for every cell. Thanks for reading. Bye
 
G

Guest

Assuming your data are in column A put this in B1 and drag down

=SUBSTITUTE(A1," ","")

Mike
 
G

Guest

Select the range of numbers, press Ctrl-H, enter a space in the Search for
and be sure the Replace with box is empty - click on Replace All
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top