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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

paste special macro 5
copying_data_using_FillHandle 1
formula problem 2
transposing layout to table format 6
Concatinating two spreadsheets by a column 4
Help, probably easy 1
Conflict 8
Sort/Merge rows 1

Back
Top