remove space

  • Thread starter Thread starter capreecorn
  • Start date Start date
C

capreecorn

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

( ) assuming cell.
 
Suppose A1 = " 123"

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


If this post helps click Yes
 
Back
Top