How do I convert from UPPER to lower case?

R

Robert Judge

I have been given an EXCEL file that includes names in
ALL CAPITOL letters. I want to import that file into
WORD for a mail merge. But I want the record to be John
Smith, not JOHN SMITH. I know that WORD has a case
conversion feature, but I don't think I will be able to
use it in on the names in the 200 merged letters I will
be creating.

Can I convert case from UPPER to lower in EXCEL? Then,
my imported file will already have the proper case. I
will appreciate advice.
 
J

jeff

Hi,

I a column use this formula: =PROPER(A1)
and drag down. Then you can copy and replace
the old with these (use paste special, values)

jeff
 
D

David McRitchie

Hi Robert,
For a solution that allows you to make a selection and then run a macro
to have data changed in place without need for extra columns and
duplicated data, see... (also takes care of names with last name in
two parts i.e. de Bruin, van Ness subject to your programming)
Proper, and other Text changes -- Use of SpecialCells
http://www.mvps.org/dmcritchie/excel/proper.htm
 
L

Leif

There is a function =TRIM(text) that might give your textas you want it.
If in A1 it is JOHN SMITH, =TRIM(A1) will give you John Smith.
Good luck!
 
L

Leif

Sorry, Should be PROPER, not TRIM
Leif said:
There is a function =TRIM(text) that might give your textas you want it.
If in A1 it is JOHN SMITH, =TRIM(A1) will give you John Smith.
Good luck!
 

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