ALL CAPS

G

Guest

I have a column that I would like to edit in which all of the words are
capitalized. I need to convert them to regular words.... Is there a way I can
fast edit this bad boy.

Example , DENVER to Denver
 
D

Dave Peterson

Maybe you could insert a helper column and use a bunch of formulas like:

=lower(a1)
(and drag down)

or
=proper(a1)
(and drag down)

If you're happy, select this range.
Edit|Copy
Select the original column
edit|Paste special|values

And delete the helper column.

(I'm not sure what regular words are.)
 

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

Top