Remove laeding space

  • Thread starter Thread starter lehigh
  • Start date Start date
L

lehigh

Hi All

I have a list of names that I copied from a website

All of these names have one leading space

What formula can I use to remove them?


Thanks for your help


Tom Snyder
 
Hi Tom, use "trim". Word is in B4, so formula should read:
=trim(B4). This shall remove all spaces except the spaces between words.
HTH.
 
It's probably a non-breaking space. Take a look at my post and give Dave's macro a go. It WILL
clean the data for you.
 
Try this

=SUBSTITUTE(A1,LEFT(A1,1),"")

copy down and then copy, edit>paste special as values

or do edit>replace and in the find what box hold down alt while typing 0160
on the numpad
leave replace with box empty and click replace all
 
THANK YOU, THANK YOU, THANK YOU


The SUBSTITUTE formula worked great


Tom Snyder
 

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

Eliminate blanks at the end of a description 4
Between Dates 2
MCONCAT 4
CONCATENATE 1
Convert .xls to .txt 1
CONCATENATE 2
Sheet Tabs 1
LOOKUP A .JPG 1

Back
Top