Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming your data are in column A put this in B1 and drag down
=SUBSTITUTE(A1," ","") Mike "Tobias" wrote: 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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 "Tobias" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I remove leading spaces and leave the remianing spaces w | Excel Worksheet Functions | |||
How to remove spaces from a word in a cell | Excel Discussion (Misc queries) | |||
Remove all spaces in a cell... | Excel Worksheet Functions | |||
how to remove spaces in a middle of a cell example '25 566 589. | Excel Discussion (Misc queries) | |||
how do I remove empty spaces trailing a text string? | Excel Worksheet Functions |