How do I change a name to titlecase in Excel?

B

Beagle Lover

I need to change names that are in capital letters in an Excel Spreadsheet to
titlecase (eg: HARRY to Harry).
 
B

Bob Phillips

=PROPER(A1)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Top