Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR EXCEL

remove space from excel cell

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 #space #excel #cell
ADD COMMENT
Topic
Name
6+6 =