The UPPER function in Google Sheets is a powerful tool to convert a specified string to uppercase. Whether you're formatting names, titles, or any other text, the UPPER function simplifies the task. Dive into our comprehensive guide to master its application.
Parameters
text: The text or cell reference containing the text to be converted to uppercase.
Step-by-Step Tutorial
-
Using
UPPERwith a text string:- Example:
=UPPER("hello world") - Result:
HELLO WORLD
- Example:
-
Using
UPPERwith a cell reference:- Example: If cell
A1has the texthello world, then=UPPER(A1)will returnHELLO WORLD.
- Example: If cell
Use Cases and Scenarios
- Name Formatting: Convert names to uppercase for a consistent presentation.
- Title Case Conversion: Capitalize all words in a title or heading.
Related Functions
None
Related Articles
None