Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
jim_in_mich
 
Posts: n/a
Default excel case changes on a column of first names

Could somebody please tell me how to work the "proper" formula so that it
will change a column of names from all caps to just first letter cap?

I can get the formula to work for the first cell, but I can't get it to copy
or paste, or paste special to the column below it. (I don't use excel very
often and therefore have limited knowledge of these functions.)

Thank you!

jim_in_mich
  #2   Report Post  
Tom
 
Posts: n/a
Default

Jim,
One easy way is to insert a new column next to the column that has the
non-proper (upper or lower) case words or names. Presuming that you'd have
the names such as JOHN DOE in A1 and MARY SMITH in A2, for column B1 you'd
enter "=Proper(A1)" [leave out the quotes but enter everything else]. Now
copy/paste from cell B1 to the other cells in this column.
There is also a program/script to do this but the above should work for you
as it's what I use for 'columnized' data. The script could convert the
entire worksheet rather than just one column at a time.
Go Michigan State! [You won't be doing this Excel on this Sat evening, of
course!]
Tom

"jim_in_mich" wrote:

Could somebody please tell me how to work the "proper" formula so that it
will change a column of names from all caps to just first letter cap?

I can get the formula to work for the first cell, but I can't get it to copy
or paste, or paste special to the column below it. (I don't use excel very
often and therefore have limited knowledge of these functions.)

Thank you!

jim_in_mich

  #3   Report Post  
David McRitchie
 
Posts: n/a
Default

Hi Jim,
To copy the formula down you can use Ctrl+D
after selecting the area downward. from your
initial formula =Proper(A1)

You can use the fill handle
http://www.mvps.org/dmcritchie/excel/fillhand.htm

But if you would like to change things in place without extraneous
original column you can use a macro to change things in place.
http://www.mvps.org/dmcritchie/excel/proper.htm
which is what I would really suggest as much easier to having to
code worksheet formulas and then removing the formulas with
copy (Ctrl+C), Edit, Paste Special, Values, which is rather
awkward..
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Tom" wrote in message ...
Jim,
One easy way is to insert a new column next to the column that has the
non-proper (upper or lower) case words or names. Presuming that you'd have
the names such as JOHN DOE in A1 and MARY SMITH in A2, for column B1 you'd
enter "=Proper(A1)" [leave out the quotes but enter everything else]. Now
copy/paste from cell B1 to the other cells in this column.
There is also a program/script to do this but the above should work for you
as it's what I use for 'columnized' data. The script could convert the
entire worksheet rather than just one column at a time.
Go Michigan State! [You won't be doing this Excel on this Sat evening, of
course!]
Tom

"jim_in_mich" wrote:

Could somebody please tell me how to work the "proper" formula so that it
will change a column of names from all caps to just first letter cap?

I can get the formula to work for the first cell, but I can't get it to copy
or paste, or paste special to the column below it. (I don't use excel very
often and therefore have limited knowledge of these functions.)

Thank you!

jim_in_mich



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
In MS Excel, how do I fill in a column with the same cell from se. krempin Excel Worksheet Functions 2 February 9th 05 08:43 PM
How do I flip a column in excel (top becomes bottom)? Buckaluckawuk Excel Worksheet Functions 3 February 9th 05 07:46 PM
Is there a formula to spell out a number in excel? Sha-nay-nay Excel Worksheet Functions 2 December 18th 04 09:25 PM
How do I sort a column of formulas in Excel? Gordon Excel Discussion (Misc queries) 2 November 27th 04 01:55 AM
How do I sort a column of formulas in Excel? Gordon Excel Discussion (Misc queries) 0 November 26th 04 03:19 PM


All times are GMT +1. The time now is 01:27 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"