Inside The Web
    Facebook Twitter Instagram
    Inside The Web
    • Office
      • Excel
      • Ms Word
      • OneDrive
      • Google Docs
      • Google Sheets
      • Google Drive
    • Email
      • Gmail
      • Outlook
      • Emal Etiquette
    • Office Etiquette
    • Productivity
    Inside The Web
    Home»Office»Excel»How to Use UPPER Function in Excel

    How to Use UPPER Function in Excel

    Asmi DhakalBy Asmi DhakalJune 30, 2023 Excel 3 Mins Read

    The UPPER function is a text function in Excel, used to convert all letters into upper case. The UPPER function works for texts and string values. While UPPER changes the case of alphabets in strings, numbers, and other symbols are left unchanged. This is also true for numeric and date values.

    Arguments in UPPER Function

    The UPPER function is a single parameter. This means you can only pass one value as an argument inside the function. You can pass a cell reference as the argument or even hard-code your argument.

    When constructing a formula, use the UPPER function in the following format:

    =UPPER(text)

    Applications of the UPPER Function

    You can use the UPPER function to convert values such as codes, which are mostly in upper case. Similarly, as most documents require full names to be capitalized, you can use UPPER to change these text values without having to manually change their cases.

    Example 1: Using a Reference as an Argument

    You can use a reference as an argument for the UPPER function. 

    When you’re using a reference, you don’t have to worry about adding extra syntaxes inside the argument. However, remember that if you make any changes in the source cell, the change will be reflected in the referenced cell.

    Referencing values in UPPER function

    Here’s how you’ll construct a formula for each of these values using the UPPER function

    Cell LocationValueFormulaResult
    A2apple=UPPER(A2)APPLE
    A3abc123=UPPER(A3)ABC123
    A4gj.12GJ92=UPPER(A4)GJ.12GJ92
    A5gj89FJ8=UPPER(A5)GJ89FJ8

    Example 2: Using Hard Code Values as Arguments

    If you frequently make changes to your values in the spreadsheet, it is best if you hardcode your arguments in the UPPER function. While hard coding your value, you will have to enter your text or string in double quotes. If you skip this syntax, Excel will read the argument as a reference, and you will encounter the #NAME? error.

    Hard coding values in UPPER function

    We used the same values we did in the first example. See how you can enter the formula to hardcode your values in the UPPER function:

    ValueFormulaResult
    apple=UPPER(“apple”)APPLE
    abc123=UPPER(“abc123”)ABC123
    gj.12GJ92=UPPER(“gj.12GJ92”)GJ.12GJ92
    gj89FJ8=UPPER(“gj89FJ8”)GJ89FJ8

    Other Applications of UPPER: Conditional Formatting

    You can also use the UPPER functions to set rules in other features such as Conditional Formatting. Let’s assume you’re trying to highlight cells in a range that has a value in upper case. You can nest the UPPER function insider EXACT to the condition to format such cells.

    Now, you can’t only use UPPER while setting this condition. This is because Excel, by default, is not case-sensitive. This means it will read apple and APPLE as the same thing. This is overcome by nesting UPPER inside EXACT, which is case-sensitive.

    1. Select the range with your values.
    2. Head to the Home tab.
    3. In the Styles section, select Conditional Formatting.
    4. Choose New Rules.
      Conditional Formatting Excel
    5. Under Select a Rule Type, choose Use a formula to determine which cells to format.
    6. Under Format values where this formula is true, enter the formula in the following format:
    =EXACT(UPPER(“(your value”), (cell range))
    1. Click OK.
      Conditional Formatting Rule Excel

    Similar Functions Like UPPER

    There are two other functions like UPPER that change the cases of texts in Excel. All of these functions, like UPPER, are text functions and require only one argument as a parameter.

    The LOWER function is the exact opposite of the UPPER function, which converts the case of all letters in a word into lowercase. Similarly, the next function is PROPER, which converts the initial of the set word into uppercase, leaving the remaining in lowercase.

    Here are the syntaxes both functions use while constructing a formula in Excel:

    FunctionSyntaxDescription
    LOWER=LOWER(text)Changes text into lowercase
    PROPER=PROPER(text)Changes only the first letter to upper, and the remaining letters to lowercase.
    Excel Functions
    Asmi Dhakal

      Asmi is a content writer specializing in MS Office. She loves writing Excel-related content to assist other users to learn their way around the program. She started using Excel when she first entered the industry as a marketing intern. Soon, she realized that learning the often-overlooked spreadsheet program was no piece of cake. In her articles, she attempts to brief out complex topics to help beginner to intermediate-level Excel users. Asmi uses Excel for everything, including creating a grocery list to managing her personal finance. She’s a bit dramatic when it comes to the Flash Fill feature; so much so that could write a eulogy out of it. When she’s not working, you’ll find her learning a new recipe, or cleaning up her mess (out of the failed recipe).

      Related Posts

      Excel By Nisha Gurung

      How to Compare Two Columns in Excel Using VLOOKUP

      Excel By Nisha Gurung

      How to Share Excel Files with Multiple Users

      Excel By Nisha Gurung

      How to Filter Based on a List in Excel

      Add A Comment
      Table of ContentsToggle Table of ContentToggle
      • Arguments in UPPER Function
      • Applications of the UPPER Function
        • Example 1: Using a Reference as an Argument
        • Example 2: Using Hard Code Values as Arguments
      • Other Applications of UPPER: Conditional Formatting
      • Similar Functions Like UPPER
      • Home
      • About Us
      • Privacy Policy
      © 2025 Inside The Web

      Type above and press Enter to search. Press Esc to cancel.