View Single Post
 
Old 04-28-2006, 07:40 AM
aceensor aceensor is offline
Novice
 
Join Date: Apr 2006
Posts: 5
aceensor
Default

insert a column to the right of the column you're wanting to change. In the first cell of the new column, enter this:

=PROPER(cell) (cell = the first cell of the column to change)

Copy the formula down, and it will change the first letter of each word to upper case, and the rest to lower.

Hide the original column and you should be good to go!
Reply With Quote