Capitalization

G

Guest

I have an existing database that is ALL CAPS for the first & last names. I
would like to just capitalize the First letter of each name. How do I do
that?
 
G

Gord Dibben

Shelly

This can be done through the use of the PROPER Function.

SHELLY JOHNSON in A1

In B1 enter =PROPER(A1) to return Shelly Johnson

If you have name like SHELLY MACDONALD the PROPER function will return Shelly
Macdonald which is not correct. but Excel has its limitations.

To really do it up right you need a macro.

David McRitchie has such code that deals with Mc, Mac, deBeers and other
anomalies at his site.

http://www.mvps.org/dmcritchie/excel/proper.htm


Gord Dibben 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