changing capslock letters into normal letters

M

mariekek5

Hi,

If I copy paste a certain file from a certain database into Excel, some
columns will contain data (text) with only capslock letters....

DOG
MONKEY
RABBIT
...etc

Is it possible to change this at once into 'normal' letters like:

dog
monkey
rabbit
... etc

And is it possible to change it into 'normal' letters, starting with one
capital, like:

Dog
Monkey
Rabbit
....etc

Thanks a lot in advance.
Marieke
 
G

Gary''s Student

=LOWER(A1) to change to lower case
=PROPER(A1) to change to proper case ( only first letter cap'ed)
 
G

Gord Dibben

See help on LOWER and PROPER functions.

You need a helper cell with a formula like =PROPER(A1)


Gord Dibben MS Excel MVP
 

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