+ Reply to Thread
Results 1 to 3 of 3

Help w/ the PROPER function

  1. #1
    Registered User
    Join Date
    08-04-2006
    Posts
    1

    Unhappy Help w/ the PROPER function

    I have a worksheet w/ all caps & I need to change it so that the first letter of each word is capitalized. I used Excel Help and it said to use the PROPER function, except I can't seem to make that work. Any help? Thanks.

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    Say you have "PROPER" in cell A1. Put this formula into B2

    =PROPER(A1)

    The copy Paste special values in column B and you can deleted Column A

    VBA Noob

  3. #3
    Gord Dibben
    Guest

    Re: Help w/ the PROPER function

    The PROPER function is used like so..........

    Assume Column A is ALL CAPS

    In B1 enter =PROPER(A1) to return All Caps

    Copy B1 down column B or double-click on the fill handle.

    Copy column B and paste special>value>OK>Esc

    Delete column A

    If you have a great many of these to do you could use VBA macro which would
    change them all at once, in place without the formulas to get rid of later.

    If you wish the macro, post back.


    Gord Dibben MS Excel MVP


    On Fri, 4 Aug 2006 13:38:19 -0400, arneson
    <[email protected]> wrote:

    >
    >I have a worksheet w/ all caps & I need to change it so that the first
    >letter of each word is capitalized. I used Excel Help and it said to
    >use the PROPER function, except I can't seem to make that work. Any
    >help? Thanks.



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1