Thread: Deleting blanks
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gaurav[_3_] Gaurav[_3_] is offline
external usenet poster
 
Posts: 127
Default Deleting blanks

Try TRIM function.

for example you have some value in A1. In B1 enter =TRIM(A1)


"Marianne" wrote in message
...
When I download statistical information from a specific source, there are
spaces in the cells (either first or in between the numbers), and the
numbers
are not interpreted as numbers. How can I easily delete all spaces instead
of
entering each cell and doing it manually?