Copying the PROPER function

L

Lori

I have a file where I need to change the case in a couple
columns to Title Case which is done with the PROPER
function. The problem I am running into is how to copy
this column and apply it to the entire column. I am
using Excel 97.

For example, cell c1 contains the name MIKE SMITH. I
placed this formula in the cell: =PROPER("MIKE SMITH")
to change it to Mike Smith. When I try to do a Paste
Special to copy the formula only, Mike Smith is placed in
each cell instead of each respective name. How can I
copy this function to other cells?

Thanks...Lori
 
F

Fred Smith

I would do it by:

1. Insert a column after C.
2. In D1, put =Proper(C1) and copy down.
3. Convert Column D to values (using Paste Special)
4. Delete column C.
 

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