![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 24
|
I have worksheets that have words all capitalized and I paste it to a new worksheet. The new worksheet must have the words all in lower case except for the first letter of the word. Changing the words to smaller case will be time-consuming and was wondering if there is a feature that can change all the words to smaller case all at once.
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Try using the PROPER worksheet function.
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Location: =ActiveCell.Address
Posts: 478
|
Simply use the formula
=LOWER(your cell here) for lower case, and =PROPER(your cell here) for sentence case Rgds AJ |
|
|
|
|
|
#4 |
|
New Member
Join Date: Mar 2002
Posts: 24
|
Can you give me instructions for using the PROPER function? Also, there are 5 to 10 rows of capitalized words that I need to change to smaller case, not just one row. Thanks.
|
|
|
|
|
|
#5 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
In B1 enter: =PROPER(A1) For the larger task you could better use ASAP-Utilities, a free download from: http://www.asap-utilities.com |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|