How do I change text to proper when text is already in upper?

K

K

I am working on a big Data base. The names were put in Excel, it is in all
upper case. I need it in Proper. I tried to change it and I can't get it
right. If anyone can help it would be great. Thanks Kate I need a step by
step instructions
 
M

Max

K said:
.. The names were put in Excel, it is in all
upper case. I need it in Proper.
I tried to change it and I can't get it right.

I'm not sure what you tried ?

Anyway, we could try this on a spare copy
Assuming names are in col A, in A2 down

Put in say, B2: =TRIM(PROPER(A2))
Copy B2 down

If the results are okay, select col B and overwrite col A via:
Copy > paste special > Check "Values" > OK
Then delete col B
 
R

Roger Govier

Hi Kate

First, make a copy of your data - in case you make any mistakes.
Assuming your data is in column A, starting in A1
In B1 enter =PROPER(A1)
This will copy any text in A1 to B1 and show it in Proper case.
Copy the formula down the column as far as the data extends, by dragging
the formula down using the fill handle
( hover the mouse over the bottom right corner of the cell with the
formula, until in turns to a small solid black cross)

Once you have completed this task, copy the whole of the data in column
B.
Move your cursor to cell A1 and Paste Special>Values back over the
original data in column A.
Column B can then be deleted.

Note.
You do not have to use column B for this task, any blank column on your
worksheet will do.
Repeat the procedure for other columns, if you have uppercase text in
them also.
 

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