G Guest Dec 15, 2005 #1 I need to change names that are in capital letters in an Excel Spreadsheet to titlecase (eg: HARRY to Harry).
I need to change names that are in capital letters in an Excel Spreadsheet to titlecase (eg: HARRY to Harry).
B Bob Phillips Dec 15, 2005 #2 =PROPER(A1) -- HTH Bob Phillips (remove nothere from email address if mailing direct)