Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR EXCEL

how to remove spacing in excel

Remove trailing and leading spaces:
	=TRIM(A1)

Remove all spaces:
	=SUBSTITUTE(A1," ","")
	Using find and replace
Source by www.ablebits.com #
 
PREVIOUS NEXT
Tagged: #remove #spacing #excel
ADD COMMENT
Topic
Name
1+5 =