editing cells

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for help as follows: in a column of several thousand cells, how can I delete the space(s) preceding the text (or numeric) value in some cells. Doing it one by one is practically impossible. I tried manipulating both the concatenate and the text to column functions but they didn't work - unless I used them erroneously. Thank you.
 
You can use TRIM:

=TRIM(A1)

or download a macro from MVP David McRitchie's website:

http://www.mvps.org/dmcritchie/excel/join.htm#trimall

HTH
Jason
Atlanta, GA
-----Original Message-----
I am looking for help as follows: in a column of several
thousand cells, how can I delete the space(s) preceding
the text (or numeric) value in some cells. Doing it one
by one is practically impossible. I tried manipulating
both the concatenate and the text to column functions but
they didn't work - unless I used them erroneously. Thank
you.
 
Hi
have a look at
http://www.mvps.org/dmcritchie/excel/join.htm#trimall

--
Regards
Frank Kabel
Frankfurt, Germany

geza said:
I am looking for help as follows: in a column of several thousand
cells, how can I delete the space(s) preceding the text (or numeric)
value in some cells. Doing it one by one is practically impossible.
I tried manipulating both the concatenate and the text to column
functions but they didn't work - unless I used them erroneously. Thank
you.
 

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

Back
Top