Share via

how to change case in excel

Anonymous
2023-02-02T21:56:49+00:00

how to change case in excel

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

  1. Anonymous
    2023-02-02T23:51:23+00:00

    Hi,

    I'm Sneha and I'd be happy to help you out with your question.

    To change the case of text in Microsoft Excel, you can use the "Text Functions".

    Here are a few options:

    UPPER Function: Converts text to uppercase. Syntax: =UPPER(text)

    LOWER Function: Converts text to lowercase. Syntax: =LOWER(text)

    PROPER Function: Capitalizes the first letter of each word. Syntax: =PROPER(text)

    Example:

    A1 = "change case in MS Excel"

    B1 = =UPPER(A1)

    C1 = =LOWER(A1)

    D1 = =PROPER(A1)

    After applying the above formulas, the result in B1 will be "CHANGE CASE IN MS EXCEL", C1 will be "change case in ms excel", and D1 will be "Change Case In MS Excel".

    If you have any other questions or need assistance with anything, please don't hesitate to let me know. I'm here to help to the best of my ability.

    Give back to the Community. Help the next person who has this issue by indicating if this reply solved your problem. Click Yes or No below.

    Best Regards, Sneha

    2 people found this answer helpful.
    0 comments No comments

Answer accepted by question author

  1. Anonymous
    2023-02-02T22:04:57+00:00

    HI ColleenAK,

    You can try the following function:

    • UPPER: Converts text to uppercase. Syntax: =UPPER(text)
    • LOWER: Converts text to lowercase. Syntax: =LOWER(text)
    • PROPER: Converts the first letter of each word in text to uppercase. Syntax: =PROPER(text)
    2 people found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2023-02-03T04:16:29+00:00

    Thanks much!

    0 comments No comments
  2. Anonymous
    2023-02-03T04:16:00+00:00

    Thanks much!

    0 comments No comments