Converts a text string to uppercase.
UPPER(text)
returns text with all characters converted to upper case.
UPPER("Good Morning")
returns GOOD MORNING
Standardizing Names with the UPPER Function
Let's say you're a HR manager and you have a list of employees. The names have been entered by different people over time, leading to inconsistent capitalization. To ensure that every name is in a consistent format for your records, you can use the UPPER function.
Employee Name (Raw Data) | Standardized Name (UPPER) | Formula | ||
|---|---|---|---|---|
A | B | C | ||
1 | steven taylor | STEVEN TAYLOR | UPPER(A1) | |
2 | Maria Rodriguez | MARIA RODRIGUEZ | UPPER(A2) | |
3 | AMY CHEN | AMY CHEN | UPPER(A3) | |
4 | david lee | DAVID LEE | UPPER(A4) |
Explanation:
How it's used in the "Standardized Name" column:
In our example, the "Standardized Name" column (Column B) is not manually entered. Instead, each cell contains a formula that references the corresponding cell in the "Employee Name (Raw Data)" column (Column A).
PRODUCT & FEATURES
RESOURCES
Terms | Privacy | Spam Policy
© 2026 Zapof