Share via

Using function PROPER doesn't work well

Anonymous
2011-10-14T02:09:53+00:00

I have a number of names in an excel 2010 database - Last Name & First Name. The Last Name is in column B. Inserted a new column to the left of B and put in the =PROPER(C3) [the new column letter, obviously]. Column D has the First Name. New column to the left and in goes PROPER but it doesn't work. The =PROPER(E3) sits there. I put a new column to the right of the First Name column and the same thing. No lower case. This has happened before. I would appreciate knowing what I am doing wrong.

Many thanks. Norm.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2011-10-14T04:44:36+00:00

Norm: I'm not sure why one format sticks and the other doesn't. However, the macro isn't dependent on cell formatting. It/they just convert the text to the chosen Case. No worries on the formatting.

Was this answer helpful?

0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2011-10-14T03:21:06+00:00

    "sits there", I assume this means you can see the formula and not the result. Try choosing the dropdown where it says "Text" about the middle of the Home ribbon up top, and change it to General. You may need to re-enter the formula.

    =Proper works just fine for me. There are also macros that I use all the time here:

    http://www.cpearson.com/excel/ChangingCase.aspx

    I have the one that changes the case of the selected text so that I can run it on any text in any Excel workbook because I store it in my personal.xlsb file. A Google search will tell you how to do that. Or ask!

    :)

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2011-10-14T11:17:41+00:00

    Thanks, Anne. Had a go with the macro and we are "now out of the woods". Very much obliged. Interestingly enough, the Last Name column changed the formatting "on its own" to Number from Text and that is the one that worked in the initial time.

    Norm.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2011-10-14T04:04:10+00:00

    Thanks for your note. Yes, the formula just "sits there" like any usual cell entry. The Last Name column C is fine. But the column E as well as column F doesn't work. When I changed "Text" to "General", it worked. So when I set up the macro, I will have to take into account changing the text to general. I guess I'm curious now why one column (Last Name) works and the First Name columns (1 on each side of the initial list don't work unless one changes the text to general?

    I will certainly give the macros that you show on the hyperlink a try. In our time zone, it is getting late so will do it tomorrow.

    Many thanks. Norm.

    Was this answer helpful?

    0 comments No comments