+ Reply to Thread
Results 1 to 7 of 7

Text Case issue

Hybrid View

  1. #1
    Registered User
    Join Date
    03-05-2008
    Posts
    15

    Text Case issue

    I need to find a way of changing an all Caps address to an address that has a cap in the first letter only.


    For example:
    convert 44 HARRISON RD to 44 Harrison Rd



    This might also be accomplished by converting to an Access database.

    Thank you for any help in coding this

    tshirttom

  2. #2
    Forum Contributor Portuga's Avatar
    Join Date
    02-20-2004
    Location
    Portugal
    MS-Off Ver
    365
    Posts
    852
    Use the "Proper" formula

    =Proper(A1)
    If you found the solution to your question. Mark the thread as "Solved"
    Thank everyone that helped you with a valid solution by clicking on their

    There is no such thing as a problem, only a temporary lack of a solution

  3. #3
    Registered User
    Join Date
    03-05-2008
    Posts
    15

    Problem with "Proper" solution

    when I put that in a cell I got an error message that I had created a circular reference. When I pasted an address in, it remains all in CAPS.


    Thanks for your time,
    Tom

  4. #4
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229
    That formula should be not be put in A1.

    Excel spreadsheet formulas do not replace cell contents with the results. The original column of bad addresses is needed for the formula to have data to evaluate.

    If you have a column of UPPERCASE addresses in column A, one way to change it to Proper Case would be to put Portiga's
    =PROPER(A1) in cell B1 and drag the formula down to the end of the column.

    Then select the (corrected) addresses in column B and copy that and use PasteSpecial/Values to replace column A with the Proper Addresses.
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    It doesnt go in the same cell!
    that function assumes your address is in a1 so you put the formula in an empty cell preferably on the same row (so they line up)and it will change it
    and show it in that new cell

  6. #6
    Forum Contributor Portuga's Avatar
    Join Date
    02-20-2004
    Location
    Portugal
    MS-Off Ver
    365
    Posts
    852
    if "44 HARRISON RD to 44 Harrison Rd" is on cell A1 you use the formula in ANY OTHER CELL than A1

    =proper(a1)

    If "44 HARRISON RD to 44 Harrison Rd" is on B1 you use the formula in ANY OTHER CELL than B1

    =proper(b1)

  7. #7
    Registered User
    Join Date
    04-08-2008
    Posts
    1

    website

    Or use a simple site: caseconvert

+ 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