remove space

C

capreecorn

how can i remove space in start of value by using formula ( 222) into (111)

( ) assuming cell.
 
J

Jacob Skaria

Suppose A1 = " 123"

In B1 use the formula '=Trim(A1)' will change that to "123"


If this post helps click Yes
 
Top