Formula for Formatting Fonts

G

Guest

I have a spreadsheet that consists of Names and Addresses, however they are
all in capital letters. There are about 600 entries. It'll take me forever if
I edit each one manually. What formula should I use to make the Names not all
caps. For ex. JOE SMITH becomes Joe Smith. Last Name is in one column and the
First Name in another column.

Please Help!

Thank you so much :)
 
M

Max

Assuming the names are in cols A and B, from row1 down,
Put in C1: =PROPER(A1)
Copy C1 to D1, fill down as required

Select cols C and D, and then do
a copy > paste special as values
to overwrite cols A and B
(try on a *spare* copy first)
 

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