How to change ALL CAPS to Initial Caps only?

R

Robert Judge

I have an EXCEL worksheet with columns including first name and last name, in
all capital letters:

Column A is JOHN
Column B is SMITH

How can I change all the names so that, for example, JOHN becomes John and
SMITH becomes Smith? I will appreciate help.
 
J

John C. Harris, MPA

Add a column next to the first name. The in that column use the formula
=Proper(A1), A1 being the cell that contains the first name. Then copy that
cell down. Do the same for Last Names. Then keep the cell values, and delete
the original set.

Should be an easier way I think (selecting the entire column and using
conditional formatting) but MS hasn't seen fit to do this yet.
 
R

Richard Buttrey

select the text you want to change. press Shift F3.

In say C1 =Proper(A1)

Copy down col C&D as necessary. When you've finished copy columns C&D
and Paste Special Values back in cols A & B

HTH

HTH
__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
 
M

Myrna Larson

I'm afraid you are think of Word. In Excel Shift+F3 is used to insert a
formula. If you're already in Edit mode, selecting characters in the formula
bar and pressing SHIFT+F3 does nothing (at least in XL2003).
 
Top