How do change a column of data in capitol letters to small letters

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

Guest

Is there a way to highlight a column of data that is in capitol letters and
change to small letters?
 
I'm sorry can you be more explicit? Do I highlight the column? Do I simply
type, =lower(D3:D200) ????? UGH!
 
Assuming the column is A

In B1 enter =LOWER(A1)

Double-click on B1 fill handle to copy down.

When happy with results, select column B and copy>paste special(in
place)>values>OK>Esc

Delete column A


Gord Dibben MS Excel MVP
 
Must be done one cell at a time.

See my response to first post.

Or with a macro you can change a range in place without the helper column.

If you would like a macro, post back.


Gord Dibben MS Excel MVP
 
Thank you, I will work on it!!!!!!

Gord Dibben said:
Assuming the column is A

In B1 enter =LOWER(A1)

Double-click on B1 fill handle to copy down.

When happy with results, select column B and copy>paste special(in
place)>values>OK>Esc

Delete column A


Gord Dibben MS Excel MVP
 
Gord, I just read your post and the information was a life saver! Well,
maybe it didn't save my life but definitely hours and hours of my time!

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